Created attachment 175155 [details] Lines are too tall now See attached screenshot for the effect in Info Center.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/1648
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