add groupPadding theme key, default 8px

This commit is contained in:
Damocles 2026-04-16 00:26:29 +02:00
parent 852ba53092
commit f4776cb307
3 changed files with 5 additions and 2 deletions

View file

@ -30,7 +30,7 @@ Item {
implicitWidth: row.implicitWidth + _pad * 2
implicitHeight: M.Theme.barHeight - 3 - _pad
readonly property int _pad: 6
readonly property int _pad: M.Theme.groupPadding
property bool _hovered: false
HoverHandler {