diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-01-01 16:56:39 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-01-01 16:56:39 +0100 |
| commit | bb303d0063077f6f1c785cbd48ed360167209a38 (patch) | |
| tree | f3a21894abeeb8fc3bb911df6e52172130b0a7d8 | |
| parent | d8f9e7360fdbab910283c465aafe36149b1d7f26 (diff) | |
| download | monzero-gui-bb303d0063077f6f1c785cbd48ed360167209a38.tar.gz monzero-gui-bb303d0063077f6f1c785cbd48ed360167209a38.tar.xz monzero-gui-bb303d0063077f6f1c785cbd48ed360167209a38.zip | |
remove double menu separators
| -rw-r--r-- | LeftPanel.qml | 3 |
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 |
