From ffa3111407db444c6f58249cb37917742bd8e400 Mon Sep 17 00:00:00 2001 From: Damocles Date: Sun, 12 Apr 2026 20:50:27 +0200 Subject: [PATCH] bar groups: consistent height based on bar height --- modules/BarGroup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/BarGroup.qml b/modules/BarGroup.qml index 460b366..0b5356a 100644 --- a/modules/BarGroup.qml +++ b/modules/BarGroup.qml @@ -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