Fix Leave button in lobby being off to the right.
This commit is contained in:
@@ -70,7 +70,8 @@ namespace Content.Client.UserInterface
|
||||
{
|
||||
SizeFlagsHorizontal = SizeFlags.ShrinkEnd,
|
||||
Text = localization.GetString("Leave"),
|
||||
StyleClasses = {NanoStyle.StyleClassButtonBig}
|
||||
StyleClasses = {NanoStyle.StyleClassButtonBig},
|
||||
GrowHorizontal = GrowDirection.Begin
|
||||
});
|
||||
|
||||
LeaveButton.SetAnchorAndMarginPreset(LayoutPreset.TopRight);
|
||||
|
||||
Reference in New Issue
Block a user