mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 21:34:34 +00:00
LeftPanel.qml: Advanced bullet color to #FFD781
This commit is contained in:
parent
7cbd61dae2
commit
0c0de906c2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue