From 85a1260a35def5c220f371e67707807eb9cfb3b2 Mon Sep 17 00:00:00 2001 From: Damocles Date: Sun, 12 Apr 2026 17:53:33 +0200 Subject: [PATCH] full height group separator lines --- modules/BarGroup.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/BarGroup.qml b/modules/BarGroup.qml index 25d29fb..718b2e7 100644 --- a/modules/BarGroup.qml +++ b/modules/BarGroup.qml @@ -72,9 +72,9 @@ Item { readonly property real _rightEdge: _left ? _left.x + _left.width : 0 x: row.x + _rightEdge + row.spacing / 2 - y: root._pad + row.implicitHeight * 0.2 + y: root._pad width: 1 - height: row.implicitHeight * 0.6 + height: row.implicitHeight color: Qt.rgba(root.borderColor.r, root.borderColor.g, root.borderColor.b, 0.4) } }