aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-01-01 16:56:39 +0100
committerJaquee <jaquee.monero@gmail.com>2017-01-01 16:56:39 +0100
commitbb303d0063077f6f1c785cbd48ed360167209a38 (patch)
treef3a21894abeeb8fc3bb911df6e52172130b0a7d8 /LeftPanel.qml
parentd8f9e7360fdbab910283c465aafe36149b1d7f26 (diff)
downloadmonzero-gui-bb303d0063077f6f1c785cbd48ed360167209a38.tar.gz
monzero-gui-bb303d0063077f6f1c785cbd48ed360167209a38.tar.xz
monzero-gui-bb303d0063077f6f1c785cbd48ed360167209a38.zip
remove double menu separators
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml3
1 files changed, 3 insertions, 0 deletions
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