Update Button references

This commit is contained in:
ShadowCommander
2020-02-14 04:17:07 -08:00
parent 5f26944df9
commit 718bf0edc3
5 changed files with 13 additions and 13 deletions

View File

@@ -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);