bar groups: consistent height based on bar height
This commit is contained in:
parent
ea1b6ac9bc
commit
ffa3111407
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ Item {
|
|||
visible: row.visibleChildren.length > 0
|
||||
|
||||
implicitWidth: row.implicitWidth + _pad * 2
|
||||
implicitHeight: row.implicitHeight + _pad * 2
|
||||
implicitHeight: M.Theme.barHeight - 3 - _pad
|
||||
|
||||
readonly property int _pad: 6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue