https://bugs.kde.org/show_bug.cgi?id=479287
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.0 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |c4d4d0e4529638bc752c88688af | |28b8152a851b0 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Nate Graham <n...@kde.org> --- Git commit c4d4d0e4529638bc752c88688af28b8152a851b0 by Nate Graham. Committed on 19/01/2024 at 05:34. Pushed by ngraham into branch 'master'. applets/kickoff: make list delegate heights consistent When the description label is not present, the title label increases its implicit height to attempt to match it so that all list delegates have the same height. However it was using a faulty calculation by simply doubling its own implicitHeight. This would have worked if both labels had the same height, but they don't: the description label uses the small font, so it's shorter. We can fix this by using the description label's actual height instead of approximating it incorrectly. FIXED-IN: 6.0 M +1 -1 applets/kickoff/package/contents/ui/KickoffListDelegate.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/c4d4d0e4529638bc752c88688af28b8152a851b0 -- You are receiving this mail because: You are watching all bug changes.