From 0cb2bf09e2d60ade74e114fafe4fdba7cbdac4e4 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 11 Jun 2020 16:25:44 -0400 Subject: [PATCH] make wallet layout handle same color as the one in the chat layout --- ui/app/AppLayouts/Wallet/WalletLayout.qml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/app/AppLayouts/Wallet/WalletLayout.qml b/ui/app/AppLayouts/Wallet/WalletLayout.qml index 6da23c2afd..4b73e67112 100644 --- a/ui/app/AppLayouts/Wallet/WalletLayout.qml +++ b/ui/app/AppLayouts/Wallet/WalletLayout.qml @@ -14,6 +14,12 @@ SplitView { Layout.fillHeight: true Layout.fillWidth: true + handleDelegate: Rectangle { + implicitWidth: 1 + implicitHeight: 4 + color: Theme.grey + } + LeftTab { id: leftTab }