Simplified send-all button

This commit is contained in:
xmr-eric 2017-01-23 13:37:23 -05:00 committed by GitHub
parent cf95742433
commit 1acd4a7ac8

View File

@ -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"