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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user