Open some windows non-centered to avoid covering the player (#24767)

This commit is contained in:
Kara
2024-02-01 05:49:48 -07:00
committed by GitHub
parent 1fc237a84e
commit e212b10ca2
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ namespace Content.Client.Atmos.UI
_window = new GasAnalyzerWindow();
_window.OnClose += OnClose;
_window.OpenCentered();
_window.OpenCenteredLeft();
}
protected override void ReceiveMessage(BoundUserInterfaceMessage message)