make wallet layout handle same color as the one in the chat layout
This commit is contained in:
parent
ddd1105ff0
commit
0cb2bf09e2
|
@ -14,6 +14,12 @@ SplitView {
|
|||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
|
||||
handleDelegate: Rectangle {
|
||||
implicitWidth: 1
|
||||
implicitHeight: 4
|
||||
color: Theme.grey
|
||||
}
|
||||
|
||||
LeftTab {
|
||||
id: leftTab
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue