bar groups: consistent height based on bar height

This commit is contained in:
Damocles 2026-04-12 20:50:27 +02:00
parent ea1b6ac9bc
commit ffa3111407

View file

@ -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