https://bugs.kde.org/show_bug.cgi?id=490402
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.3.6 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |c35298ff6067f859153959cddfc | |f2c16943110bf Status|ASSIGNED |RESOLVED --- Comment #9 from Nate Graham <n...@kde.org> --- Git commit c35298ff6067f859153959cddfcf2c16943110bf by Nate Graham. Committed on 09/06/2025 at 15:10. Pushed by ngraham into branch 'master'. FolderItemDelegate: use label implicitHeight in frame size calculation Assuming that a GridUnit was roughly the height of a line of text was safe before d8510e54f0a79334a11b7215cc3b28fdbe15149b in Kirigami, but afterwards it no longer is. Now the frame height is wrong when the font has a substantially different size from that of 10pt Noto Sans. Fortunately we don't need to do anything super complicated to fix this; just use the implicitHeight of the label, which ensures that the height is correct for everything. FIXED-IN: 6.3.6 M +1 -1 containments/desktop/package/contents/ui/FolderItemDelegate.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/c35298ff6067f859153959cddfcf2c16943110bf -- You are receiving this mail because: You are watching all bug changes.