https://bugs.kde.org/show_bug.cgi?id=497253
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.10 Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kcmutils/-/commit/7e | |99100e0523c073be42dca7c4086 | |d70221073f2 Resolution|--- |FIXED --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit 7e99100e0523c073be42dca7c4086d70221073f2 by Nate Graham. Committed on 17/12/2024 at 15:14. Pushed by ngraham into branch 'master'. GridDelegate: cap label line counts to 1 This was the intention all along, but thus far was accomplished implicitly rather than explicitly, by limiting the total height of the parent layout. That usually works, but can break when either of the labels are fed a specially-crafted very long string. In such a case, the layout breaks horribly. This commit fixes that issue by setting the maximum line count values, making the implicit explicit. FIXED-IN: 6.10 M +2 -0 src/qml/components/GridDelegate.qml https://invent.kde.org/frameworks/kcmutils/-/commit/7e99100e0523c073be42dca7c4086d70221073f2 -- You are receiving this mail because: You are watching all bug changes.