diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2016-12-10 02:01:04 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2016-12-14 23:04:13 +0100 |
| commit | a344f17cd1716c34672e2c201137d772b165da2e (patch) | |
| tree | 6c59feb8e6ca336499094814d2e2a5900eb91f29 /LeftPanel.qml | |
| parent | 160a042165b8ff68904b847f46dba4aa95553a62 (diff) | |
| download | monzero-gui-a344f17cd1716c34672e2c201137d772b165da2e.tar.gz monzero-gui-a344f17cd1716c34672e2c201137d772b165da2e.tar.xz monzero-gui-a344f17cd1716c34672e2c201137d772b165da2e.zip | |
AddressBook: basic functions
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index b1bb1d49..cd87de7e 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -311,14 +311,7 @@ Rectangle { color: "#505050" height: 1 } - /* - Rectangle { - anchors.left: parent.left - anchors.right: parent.right - anchors.leftMargin: 16 - color: historyButton.checked || addressBookButton.checked ? "#1C1C1C" : "#505050" - height: 1 - } + // ------------- AddressBook tab --------------- MenuButton { @@ -339,11 +332,11 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.leftMargin: 16 - color: addressBookButton.checked || miningButton.checked ? "#1C1C1C" : "#505050" + color: "#505050" height: 1 } - // ------------- Mining tab --------------- + /* // ------------- Mining tab --------------- MenuButton { id: miningButton anchors.left: parent.left |
