From ee9ba8d56922d6371713d4e765b98e7f3f5e8f8a Mon Sep 17 00:00:00 2001 From: Andre19926 Date: Sun, 19 Jun 2022 14:52:21 +0200 Subject: [PATCH] Updated GasAnalyzerMenu.cs (Window adjustment) (#8953) --- Content.Client/Atmos/UI/GasAnalyzerMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/Atmos/UI/GasAnalyzerMenu.cs b/Content.Client/Atmos/UI/GasAnalyzerMenu.cs index 8549165383..acb58d706b 100644 --- a/Content.Client/Atmos/UI/GasAnalyzerMenu.cs +++ b/Content.Client/Atmos/UI/GasAnalyzerMenu.cs @@ -145,7 +145,7 @@ namespace Content.Client.Atmos.UI PanelOverride = new StyleBoxFlat { BackgroundColor = Color.FromHex("#525252ff") } }); CloseButton.OnPressed += _ => Close(); - SetSize = (300, 200); + SetSize = (300, 420); }