add hint texts to address and payment id fields

This commit is contained in:
moneromooo.monero
2016-10-16 21:25:19 +01:00
parent 05046a5f21
commit bb2529460b
3 changed files with 4 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ Rectangle {
LineEdit {
id: paymentIdLine
fontSize: mainLayout.lineEditFontSize
placeholderText: qsTr("Payment ID here") + translationManager.emptyString;
placeholderText: qsTr("16 or 64 hexadecimal characters") + translationManager.emptyString;
readOnly: false
width: mainLayout.editWidth