mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
Better Integrated address placeholder
This commit is contained in:
parent
69e037ba4d
commit
5f2e5b041c
@ -264,7 +264,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 New Issue
Block a user