Bug 490206

Summary: ToolButton using TextUnderIcon style can't wrap text labels
Product: [Frameworks and Libraries] frameworks-qqc2-desktop-style Reporter: Nate Graham <nate>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: REPORTED ---    
Severity: normal CC: ahiemstra, kde, noahadvs, notmart
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Nate Graham 2024-07-13 03:52:08 UTC
With no fixed or maximum width set, a ToolButton using the TextUnderIcon display style won't wrap long labels; they'll just go on and on.

But if you do set a fixed or maximum width, the button itself will get a fixed width, but the label will simply get cut off instead of wrapping. Oops.