mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-12 08:03:55 +01:00
Merge pull request #431
1acd4a7
Simplified "OR ALL" button to "ALL" (xmr-eric)
This commit is contained in:
commit
3cbad7350b
@ -152,7 +152,7 @@ Rectangle {
|
||||
//anchors.top: amountLine.top
|
||||
//anchors.bottom: amountLine.bottom
|
||||
width: 60
|
||||
text: qsTr("or ALL") + translationManager.emptyString
|
||||
text: qsTr("ALL") + translationManager.emptyString
|
||||
shadowReleasedColor: "#FF4304"
|
||||
shadowPressedColor: "#B32D00"
|
||||
releasedColor: "#FF6C3C"
|
||||
|
Loading…
Reference in New Issue
Block a user