https://bugs.kde.org/show_bug.cgi?id=495256
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/97 | |38ae7ab7d823630f7ea475673f9 | |c8cc8c65dce Status|ASSIGNED |RESOLVED --- Comment #2 from Nate Graham <n...@kde.org> --- Git commit 9738ae7ab7d823630f7ea475673f9c8cc8c65dce by Nate Graham. Committed on 23/10/2024 at 21:20. Pushed by ngraham into branch 'master'. SelectableLabel: override default padding values more completely It was already setting padding to 0, but that doesn't override the individual top/left/right/bottom properties. We need to do those too, and also set them to undefined instead of 0 to make it easier for users of the control to re-add padding if they want. M +6 -1 src/controls/SelectableLabel.qml https://invent.kde.org/frameworks/kirigami/-/commit/9738ae7ab7d823630f7ea475673f9c8cc8c65dce -- You are receiving this mail because: You are watching all bug changes.