Merge pull request #405

0c0de90 LeftPanel.qml: Advanced bullet color to #FFD781 (xmr-eric)
This commit is contained in:
Riccardo Spagni 2017-01-22 11:54:57 -05:00
commit 05e2472d93
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -344,7 +344,7 @@ Rectangle {
anchors.right: parent.right
text: qsTr("Advanced") + translationManager.emptyString
symbol: qsTr("A") + translationManager.emptyString
dotColor: "#AAFFBB"
dotColor: "#FFD781"
onClicked: {
parent.previousButton.checked = false
parent.previousButton = advancedButton
@ -388,7 +388,7 @@ Rectangle {
anchors.right: parent.right
text: qsTr("Check payment") + translationManager.emptyString
symbol: qsTr("K") + translationManager.emptyString
dotColor: "#AAFFBB"
dotColor: "#FFD781"
under: advancedButton
onClicked: {
parent.previousButton.checked = false
@ -412,7 +412,7 @@ Rectangle {
anchors.right: parent.right
text: qsTr("Sign/verify") + translationManager.emptyString
symbol: qsTr("I") + translationManager.emptyString
dotColor: "#AAFFBB"
dotColor: "#FFD781"
under: advancedButton
onClicked: {
parent.previousButton.checked = false