Skip to content

Commit

Permalink
Merge pull request mbg033#70
Browse files Browse the repository at this point in the history
bb25294 add hint texts to address and payment id fields (moneromooo.monero)
  • Loading branch information
fluffypony committed Oct 24, 2016
2 parents b74cae4 + bb25294 commit fc05a9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions pages/History.qml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
placeholderText: qsTr("16 or 64 hexadecimal characters") + translationManager.emptyString


}
Expand Down
2 changes: 1 addition & 1 deletion pages/Receive.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions pages/Transfer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
placeholderText: "4..."
// validator: RegExpValidator { regExp: /[0-9A-Fa-f]{95}/g }
}

Expand All @@ -213,6 +214,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
placeholderText: qsTr("16 or 64 hexadecimal characters") + translationManager.emptyString
// validator: DoubleValidator { top: 0.0 }
}

Expand Down

0 comments on commit fc05a9c

Please sign in to comment.