From bb303d0063077f6f1c785cbd48ed360167209a38 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sun, 1 Jan 2017 16:56:39 +0100 Subject: [PATCH] remove double menu separators --- LeftPanel.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LeftPanel.qml b/LeftPanel.qml index d4871059..bb682e20 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -264,6 +264,7 @@ Rectangle { } Rectangle { + visible: addressBookButton.present anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 @@ -376,6 +377,7 @@ Rectangle { } } Rectangle { + visible: txkeyButton.present anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 @@ -399,6 +401,7 @@ Rectangle { } } Rectangle { + visible: signButton.present anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16