mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Merge pull request #579
174d6ad
Receive.qml Amount placeholder (xmr-eric)
This commit is contained in:
commit
a32b30e98b
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ Rectangle {
|
|||
LineEdit {
|
||||
id: amountLine
|
||||
fontSize: mainLayout.lineEditFontSize
|
||||
placeholderText: qsTr("Amount") + translationManager.emptyString
|
||||
placeholderText: qsTr("Amount to receive") + translationManager.emptyString
|
||||
readOnly: false
|
||||
width: mainLayout.editWidth
|
||||
Layout.fillWidth: true
|
||||
|
|
Loading…
Reference in a new issue