Move some default window positions (#10007)

This commit is contained in:
Leon Friedrich
2022-07-29 14:13:22 +12:00
committed by GitHub
parent c7ad6b709e
commit 7cf67e1323
4 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ namespace Content.Client.Inventory
_strippingMenu = new StrippingMenu($"{Loc.GetString("strippable-bound-user-interface-stripping-menu-title", ("ownerName", Identity.Name(Owner.Owner, entMan)))}");
_strippingMenu.OnClose += Close;
_strippingMenu.OpenCentered();
_strippingMenu.OpenCenteredLeft();
UpdateMenu();
}