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

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