transfer, merchant: placehodler text for amount

This commit is contained in:
mmbyday 2019-02-25 12:17:54 -08:00
parent a89ffd02d0
commit 1ff1091ea4
2 changed files with 2 additions and 1 deletions

View file

@ -145,7 +145,7 @@ Rectangle {
middlePanel.accountView.selectAndSend = true;
appWindow.showPageRequest("Account")
}
placeholderText: qsTr("") + translationManager.emptyString
placeholderText: "0.00"
width: 100 * scaleRatio
fontBold: true
inlineButtonText: qsTr("All") + translationManager.emptyString

View file

@ -475,6 +475,7 @@ Item {
color: "#424242"
selectionColor: "#3f3fe3"
selectedTextColor: "white"
placeholderText: "0.00"
background: Rectangle {
color: "transparent"