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

@@ -31,7 +31,7 @@ namespace Content.Client.Storage
_window.StorageContainerButton.OnPressed += TouchedContainerButton;
_window.OnClose += Close;
_window.OpenCentered();
_window.OpenCenteredLeft();
}
else
{