Adjusted stripping menu size and order (#10628)

This commit is contained in:
Justin Trotter
2022-08-31 21:21:02 -05:00
committed by GitHub
parent e9e3179fd0
commit e4a7a0afe9
2 changed files with 52 additions and 52 deletions

View File

@@ -13,7 +13,7 @@ namespace Content.Client.Strip
public StrippingMenu(string title)
{
MinSize = SetSize = (400, 600);
MinSize = SetSize = (400, 620);
Title = title;
_vboxContainer = new BoxContainer