fix separator line vertical alignment in bar groups

This commit is contained in:
Damocles 2026-04-16 18:55:47 +02:00
parent 23223a2b73
commit 5ce1205225

View file

@ -157,7 +157,7 @@ Item {
readonly property real _rightEdge: _left ? _left.x + _left.width : 0
x: row.x + _rightEdge + row.spacing / 2
y: root._pad
y: row.y
width: 1
height: row.implicitHeight
color: Qt.rgba(root.borderColor.r, root.borderColor.g, root.borderColor.b, 0.4)