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.leftMargin: 0
|
||||
|
||||
handleDelegate: Rectangle {
|
||||
implicitWidth: 1
|
||||
implicitHeight: 4
|
||||
color: Theme.grey
|
||||
}
|
||||
|
||||
ContactsColumn {
|
||||
id: contactsColumn
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue