aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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