aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-12-10 02:01:04 +0100
committerJaquee <jaquee.monero@gmail.com>2016-12-14 23:04:13 +0100
commita344f17cd1716c34672e2c201137d772b165da2e (patch)
tree6c59feb8e6ca336499094814d2e2a5900eb91f29 /LeftPanel.qml
parent160a042165b8ff68904b847f46dba4aa95553a62 (diff)
downloadmonzero-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.qml13
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