full height group separator lines
This commit is contained in:
parent
a5cb257891
commit
85a1260a35
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue