full height group separator lines

This commit is contained in:
Damocles 2026-04-12 17:53:33 +02:00
parent a5cb257891
commit 85a1260a35

View file

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