make wallet layout handle same color as the one in the chat layout

This commit is contained in:
Iuri Matias 2020-06-11 16:25:44 -04:00
parent ddd1105ff0
commit 0cb2bf09e2
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ SplitView {
Layout.fillHeight: true
Layout.fillWidth: true
handleDelegate: Rectangle {
implicitWidth: 1
implicitHeight: 4
color: Theme.grey
}
LeftTab {
id: leftTab
}