mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
A minor simplication
This commit is contained in:
parent
9e8d18b8e3
commit
310721375b
1 changed files with 2 additions and 4 deletions
|
@ -30,12 +30,10 @@ public class SettingsScreen extends GameGui {
|
|||
public SettingsScreen(Screen parent) {
|
||||
super(new TranslatableText("unicopia.options.title"), parent);
|
||||
|
||||
content.margin.top = 30;
|
||||
content.margin.bottom = 30;
|
||||
content.margin.setVertical(30);
|
||||
content.padding.setHorizontal(10);
|
||||
content.padding.top = 10;
|
||||
content.padding.right = 10;
|
||||
content.padding.bottom = 20;
|
||||
content.padding.left = 10;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue