Merge pull request #70

bb25294 add hint texts to address and payment id fields (moneromooo.monero)
This commit is contained in:
Riccardo Spagni
2016-10-24 10:34:58 +02:00
3 changed files with 4 additions and 1 deletions

View File

@@ -149,7 +149,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
onTextChanged: updatePaymentId(paymentIdLine.text)