aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-11-24 12:44:36 +0200
committerRiccardo Spagni <ric@spagni.net>2016-11-24 12:44:36 +0200
commit26abdee5c47017a80117b1bed5ee36586a240c62 (patch)
treeda37a8a6a6f4c38f73ba4e2aaaa5575881087290
parent6e7a924bb81834bac2ddaabe75061c69edfe2548 (diff)
parent45f28481b4c537f8b4492b50de9f6ae8113a19f6 (diff)
downloadmonzero-gui-26abdee5c47017a80117b1bed5ee36586a240c62.tar.gz
monzero-gui-26abdee5c47017a80117b1bed5ee36586a240c62.tar.xz
monzero-gui-26abdee5c47017a80117b1bed5ee36586a240c62.zip
Merge pull request #195
45f2848 add missing tab separators (Jaquee)
-rw-r--r--LeftPanel.qml27
1 files changed, 23 insertions, 4 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index d1a4e8a1..89665f59 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -242,7 +242,7 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
- color: transferButton.checked || receiveButton.checked ? "#1C1C1C" : "#505050"
+ color: "#505050"
height: 1
}
@@ -260,7 +260,13 @@ Rectangle {
panel.receiveClicked()
}
}
-
+ Rectangle {
+ anchors.left: parent.left
+ anchors.right: parent.right
+ anchors.leftMargin: 16
+ color: "#505050"
+ height: 1
+ }
// ------------- TxKey tab ---------------
MenuButton {
id: txkeyButton
@@ -275,12 +281,11 @@ Rectangle {
panel.txkeyClicked()
}
}
-
Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
- color: transferButton.checked || historyButton.checked ? "#1C1C1C" : "#505050"
+ color: "#505050"
height: 1
}
@@ -299,6 +304,13 @@ Rectangle {
panel.historyClicked()
}
}
+ Rectangle {
+ anchors.left: parent.left
+ anchors.right: parent.right
+ anchors.leftMargin: 16
+ color: "#505050"
+ height: 1
+ }
/*
Rectangle {
anchors.left: parent.left
@@ -368,6 +380,13 @@ Rectangle {
panel.signClicked()
}
}
+ Rectangle {
+ anchors.left: parent.left
+ anchors.right: parent.right
+ anchors.leftMargin: 16
+ color: "#505050"
+ height: 1
+ }
// ------------- Settings tab ---------------
MenuButton {
id: settingsButton