fix black border on the splitview
This commit is contained in:
parent
0050a50f37
commit
01f7449508
|
@ -18,6 +18,12 @@ SplitView {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: 0
|
anchors.leftMargin: 0
|
||||||
|
|
||||||
|
handleDelegate: Rectangle {
|
||||||
|
implicitWidth: 1
|
||||||
|
implicitHeight: 4
|
||||||
|
color: Theme.grey
|
||||||
|
}
|
||||||
|
|
||||||
ContactsColumn {
|
ContactsColumn {
|
||||||
id: contactsColumn
|
id: contactsColumn
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue