Created attachment 131431 [details] screenshot SUMMARY The rows under "Common actions" have lower height than the ones under "System services" and "Applications". See the attached screenshot please. EXPECTED RESULT all rows should have the same height SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.19.80 KDE Frameworks Version: 5.74.0 Qt Version: 5.14.2
Seems to be caused by the "Applications" list items not having buttons on hover, which leads to them having a lower implicit height.
Could be fixed in the KCM itself by manually changing the list item heights, or maybe Kirigami would be a better place, to ensure that list items always have a minimum height that's tall enough to fix hover buttons if they *would* show up. Judgment call really.
Nothing to do with Kirigami though, because it's an AbstractListItem with custom contentItem. In the kcm all the delegates need to have the same implicirHeight
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/151
Git commit 690149e381964553b6987fbcf48404eb39a232ea by David Redondo. Committed on 14/09/2020 at 14:46. Pushed by davidre into branch 'master'. Set a height for the list items All delgates in all sections will have the same height. M +3 -2 kcms/keys/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/commit/690149e381964553b6987fbcf48404eb39a232ea