mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-14 20:36:32 +02:00
Simplified send-all button
This commit is contained in:
parent
cf95742433
commit
1acd4a7ac8
@ -152,7 +152,7 @@ Rectangle {
|
|||||||
//anchors.top: amountLine.top
|
//anchors.top: amountLine.top
|
||||||
//anchors.bottom: amountLine.bottom
|
//anchors.bottom: amountLine.bottom
|
||||||
width: 60
|
width: 60
|
||||||
text: qsTr("or ALL") + translationManager.emptyString
|
text: qsTr("ALL") + translationManager.emptyString
|
||||||
shadowReleasedColor: "#FF4304"
|
shadowReleasedColor: "#FF4304"
|
||||||
shadowPressedColor: "#B32D00"
|
shadowPressedColor: "#B32D00"
|
||||||
releasedColor: "#FF6C3C"
|
releasedColor: "#FF6C3C"
|
||||||
|
Loading…
Reference in New Issue
Block a user