https://bugs.kde.org/show_bug.cgi?id=443755
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/plasma-framework/com | |mit/a61587a08cb400eddd1c036 | |ecbf21b94381883f7 Version Fixed In| |5.88 --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit a61587a08cb400eddd1c036ecbf21b94381883f7 by Nate Graham. Committed on 18/10/2021 at 19:09. Pushed by ngraham into branch 'master'. ExpandableListItem: Finally fix expanded height calculation permanently After many different approaches to determine the height of the expanded view popup, the simplest and most robust is to do nothing at all and let the implicit size bubble up, which works just fine in this case because the items own implicit heights will automatically take into consideration the font size, and any invisible disabled items won't be added to the implicit height, so the final height calculation will always be correct with any set of items and font size. FIXED-IN: 5.88 M +0 -3 src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml https://invent.kde.org/frameworks/plasma-framework/commit/a61587a08cb400eddd1c036ecbf21b94381883f7 -- You are receiving this mail because: You are watching all bug changes.