add groupPadding theme key, default 8px
This commit is contained in:
parent
852ba53092
commit
f4776cb307
3 changed files with 5 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue