mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-25 20:15:54 +00:00
Merge pull request #570
5f2e5b0
Better Integrated address placeholder (xmr-eric)
This commit is contained in:
commit
42fb1ed51d
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ Rectangle {
|
||||||
|
|
||||||
id: integratedAddressLine
|
id: integratedAddressLine
|
||||||
fontSize: mainLayout.lineEditFontSize
|
fontSize: mainLayout.lineEditFontSize
|
||||||
placeholderText: qsTr("ReadOnly wallet integrated address displayed here") + translationManager.emptyString
|
placeholderText: qsTr("Generate payment ID for integrated address") + translationManager.emptyString
|
||||||
readOnly: true
|
readOnly: true
|
||||||
width: mainLayout.editWidth
|
width: mainLayout.editWidth
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
Loading…
Reference in a new issue