Update Button references
This commit is contained in:
@@ -98,13 +98,13 @@ namespace Content.Client.UserInterface.Cargo
|
||||
CallShuttleButton = new Button()
|
||||
{
|
||||
Text = _loc.GetString("Call Shuttle"),
|
||||
TextAlign = Button.AlignMode.Center,
|
||||
TextAlign = Label.AlignMode.Center,
|
||||
SizeFlagsHorizontal = SizeFlags.FillExpand
|
||||
};
|
||||
PermissionsButton = new Button()
|
||||
{
|
||||
Text = _loc.GetString("Permissions"),
|
||||
TextAlign = Button.AlignMode.Center
|
||||
TextAlign = Label.AlignMode.Center
|
||||
};
|
||||
buttons.AddChild(CallShuttleButton);
|
||||
buttons.AddChild(PermissionsButton);
|
||||
|
||||
@@ -56,7 +56,7 @@ namespace Content.Client.UserInterface.Cargo
|
||||
SubmitButton = new Button()
|
||||
{
|
||||
Text = _loc.GetString("OK"),
|
||||
TextAlign = Button.AlignMode.Center,
|
||||
TextAlign = Label.AlignMode.Center,
|
||||
};
|
||||
vBox.AddChild(SubmitButton);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user