https://bugs.kde.org/show_bug.cgi?id=479287
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |c4d4d0e4529638bc752c88688af |91c7f3cc33f5c630af22c67798e |28b8152a851b0 |30956b0eac3d7 --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 91c7f3cc33f5c630af22c67798e30956b0eac3d7 by Nate Graham. Committed on 19/01/2024 at 20:10. Pushed by ngraham into branch 'Plasma/6.0'. 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 (cherry picked from commit c4d4d0e4529638bc752c88688af28b8152a851b0) M +1 -1 applets/kickoff/package/contents/ui/KickoffListDelegate.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/91c7f3cc33f5c630af22c67798e30956b0eac3d7 -- You are receiving this mail because: You are watching all bug changes.