Improve spacing on Escape Menu.
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Content.Client.UserInterface
|
|||||||
|
|
||||||
Title = "Menu";
|
Title = "Menu";
|
||||||
|
|
||||||
var vBox = new VBoxContainer {SeparationOverride = 2};
|
var vBox = new VBoxContainer {SeparationOverride = 6};
|
||||||
Contents.AddChild(vBox);
|
Contents.AddChild(vBox);
|
||||||
|
|
||||||
SpawnEntitiesButton = new Button {Text = "Spawn Entities"};
|
SpawnEntitiesButton = new Button {Text = "Spawn Entities"};
|
||||||
@@ -66,7 +66,7 @@ namespace Content.Client.UserInterface
|
|||||||
vBox.AddChild(SpawnTilesButton);
|
vBox.AddChild(SpawnTilesButton);
|
||||||
|
|
||||||
// Add a spacer.
|
// Add a spacer.
|
||||||
vBox.AddChild(new Control { CustomMinimumSize = (0, 5)});
|
//vBox.AddChild(new Control { CustomMinimumSize = (0, 5)});
|
||||||
|
|
||||||
OptionsButton = new Button {Text = "Options"};
|
OptionsButton = new Button {Text = "Options"};
|
||||||
OptionsButton.OnPressed += OnOptionsButtonClicked;
|
OptionsButton.OnPressed += OnOptionsButtonClicked;
|
||||||
|
|||||||
Reference in New Issue
Block a user