fix black border on the splitview

This commit is contained in:
Iuri Matias 2020-05-27 13:10:50 -04:00
parent 0050a50f37
commit 01f7449508
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ SplitView {
anchors.left: parent.left
anchors.leftMargin: 0
handleDelegate: Rectangle {
implicitWidth: 1
implicitHeight: 4
color: Theme.grey
}
ContactsColumn {
id: contactsColumn
}