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); }