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
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.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/912
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/953