aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-01-17 22:59:40 +0100
committerJaquee <jaquee.monero@gmail.com>2017-01-23 14:22:17 +0100
commitc51a28f2062d75ad143b3686671b5f335d365eeb (patch)
tree6a04bdbeab6e7dc7d8947ac746de4d558b84bc38 /LeftPanel.qml
parentcf9574243331841957943df1565082b22c54b46d (diff)
downloadmonzero-gui-c51a28f2062d75ad143b3686671b5f335d365eeb.tar.gz
monzero-gui-c51a28f2062d75ad143b3686671b5f335d365eeb.tar.xz
monzero-gui-c51a28f2062d75ad143b3686671b5f335d365eeb.zip
fix advanced hotkey + menu separators
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml8
1 files changed, 7 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 2255e8d3..c12a8e35 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -62,6 +62,7 @@ Rectangle {
else if(pos === "TxKey") menuColumn.previousButton = txkeyButton
else if(pos === "Sign") menuColumn.previousButton = signButton
else if(pos === "Settings") menuColumn.previousButton = settingsButton
+ else if(pos === "Advanced") menuColumn.previousButton = advancedButton
menuColumn.previousButton.checked = true
}
@@ -259,6 +260,7 @@ Rectangle {
}
Rectangle {
+ visible: transferButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
@@ -307,6 +309,7 @@ Rectangle {
}
}
Rectangle {
+ visible: receiveButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
@@ -330,6 +333,7 @@ Rectangle {
}
}
Rectangle {
+ visible: historyButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
@@ -343,7 +347,7 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
text: qsTr("Advanced") + translationManager.emptyString
- symbol: qsTr("A") + translationManager.emptyString
+ symbol: qsTr("D") + translationManager.emptyString
dotColor: "#FFD781"
onClicked: {
parent.previousButton.checked = false
@@ -351,6 +355,7 @@ Rectangle {
}
}
Rectangle {
+ visible: advancedButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16
@@ -375,6 +380,7 @@ Rectangle {
}
Rectangle {
+ visible: miningButton.present
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 16