Updated GasAnalyzerMenu.cs (Window adjustment) (#8953)

This commit is contained in:
Andre19926
2022-06-19 14:52:21 +02:00
committed by GitHub
parent 57a3757cbd
commit ee9ba8d569

View File

@@ -145,7 +145,7 @@ namespace Content.Client.Atmos.UI
PanelOverride = new StyleBoxFlat { BackgroundColor = Color.FromHex("#525252ff") } PanelOverride = new StyleBoxFlat { BackgroundColor = Color.FromHex("#525252ff") }
}); });
CloseButton.OnPressed += _ => Close(); CloseButton.OnPressed += _ => Close();
SetSize = (300, 200); SetSize = (300, 420);
} }