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