From 67dbe5f5819b9708107ce57c346d1239ca97c244 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 26 Jul 2023 02:02:40 +0200 Subject: [PATCH] Fix atmos techs being so powerful as to break the very fabric of the universe. (#18301) --- Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index 34c526e10f..fea1d2397b 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -1253,7 +1253,7 @@ namespace Content.Client.Preferences.UI { Margin = new Thickness(5f,0,5f,0), Text = job.LocalizedName, - MinSize = new Vector2(180, 0), + MinSize = new Vector2(200, 0), MouseFilter = MouseFilterMode.Stop };