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 <axel.roche@pm.me>
This commit is contained in:
S1ss3l
2022-11-08 21:49:37 +01:00
committed by GitHub
parent df63c1883e
commit c82782b54d

View File

@@ -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)