Merge pull request #1971

1ff1091 transfer, merchant: placehodler text for amount (mmbyday)
This commit is contained in:
luigi1111 2019-03-21 16:10:15 -04:00
commit c47fed96b0
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
2 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,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"