Fix atmos techs being so powerful as to break the very fabric of the universe. (#18301)

This commit is contained in:
Pieter-Jan Briers
2023-07-26 02:02:40 +02:00
committed by GitHub
parent 5332804ffa
commit 67dbe5f581

View File

@@ -1253,7 +1253,7 @@ namespace Content.Client.Preferences.UI
{ {
Margin = new Thickness(5f,0,5f,0), Margin = new Thickness(5f,0,5f,0),
Text = job.LocalizedName, Text = job.LocalizedName,
MinSize = new Vector2(180, 0), MinSize = new Vector2(200, 0),
MouseFilter = MouseFilterMode.Stop MouseFilter = MouseFilterMode.Stop
}; };