From c82782b54dc62376a52291642c1db8e489d7bb72 Mon Sep 17 00:00:00 2001 From: S1ss3l <45254902+S1ss3l@users.noreply.github.com> Date: Tue, 8 Nov 2022 21:49:37 +0100 Subject: [PATCH] Getting the tooltip to display (#12275) * Getting the tooltip to display * My bad I forgot a comma, I'm legally blind Co-authored-by: Sissel --- Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index f449e26b6b..21908475a1 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -1160,7 +1160,8 @@ namespace Content.Client.Preferences.UI _jobTitle = new Label() { Text = job.LocalizedName, - MinSize = (175, 0) + MinSize = (175, 0), + MouseFilter = MouseFilterMode.Stop }; if (job.LocalizedDescription != null)