Bug 464681

Summary: Long section name isn't truncated
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: popov895 <popov895>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: ASSIGNED ---    
Severity: normal CC: nate, notmart, popov895
Priority: NOR    
Version First Reported In: 5.102.0   
Target Milestone: Not decided   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Long section name

Description popov895 2023-01-23 09:01:15 UTC
Created attachment 155525 [details]
Long section name

SUMMARY

Long section name isn't truncated. See attached image.

SOFTWARE/OS VERSIONS

Operating System: KDE neon 5.26
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Graphics Platform: X11
Comment 1 Nate Graham 2023-01-24 18:37:18 UTC
Looks like we broke this in Kirigami.ListSectionHeader with the new style. It has this:

Layout.fillWidth: rowLayout.children.length === 1

But that's now always false since there's a separator in the row layout.
Comment 2 Bug Janitor Service 2023-01-24 18:44:58 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/912
Comment 3 Bug Janitor Service 2023-02-01 20:48:06 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/953