Receive.qml Amount placeholder

This commit is contained in:
xmr-eric 2017-03-19 18:55:33 -04:00 committed by GitHub
parent deb75afb7e
commit 174d6ad019

View File

@ -311,7 +311,7 @@ Rectangle {
LineEdit { LineEdit {
id: amountLine id: amountLine
fontSize: mainLayout.lineEditFontSize fontSize: mainLayout.lineEditFontSize
placeholderText: qsTr("Amount") + translationManager.emptyString placeholderText: qsTr("Amount to receive") + translationManager.emptyString
readOnly: false readOnly: false
width: mainLayout.editWidth width: mainLayout.editWidth
Layout.fillWidth: true Layout.fillWidth: true