diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-01-14 17:01:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-14 17:01:47 -0500 |
| commit | 0c0de906c2c7da8689fda186289cd5e648755be0 (patch) | |
| tree | 4ce2ce33321f92dc3a6fc7089eae4af1dee57dda | |
| parent | 7cbd61dae21fdf8a27081d28ebb130195d77ed69 (diff) | |
| download | monzero-gui-0c0de906c2c7da8689fda186289cd5e648755be0.tar.gz monzero-gui-0c0de906c2c7da8689fda186289cd5e648755be0.tar.xz monzero-gui-0c0de906c2c7da8689fda186289cd5e648755be0.zip | |
LeftPanel.qml: Advanced bullet color to #FFD781
| -rw-r--r-- | LeftPanel.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index a5766c3e..2255e8d3 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -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 |
