You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to limit the height of a label so that titles with really tall characters don't stretch my taskbar vertically:
(the title is from visiting r/buildapcsales)
I tried setting vexpand: false on the label widget + its parents to no avail, and i don't think there's any css property i can set in gtk3 to prevent this (e.g. height/max-height, position: relative + top/bottom/etc)
Any other approaches to try? Otherwise I'll just settle for stripping out these sorts of characters.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to limit the height of a label so that titles with really tall characters don't stretch my taskbar vertically:
(the title is from visiting r/buildapcsales)
I tried setting
vexpand: false
on the label widget + its parents to no avail, and i don't think there's any css property i can set in gtk3 to prevent this (e.g. height/max-height, position: relative + top/bottom/etc)Any other approaches to try? Otherwise I'll just settle for stripping out these sorts of characters.
Beta Was this translation helpful? Give feedback.
All reactions