Updated GasAnalyzerMenu.cs (Window adjustment) (#8953)
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user