mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Transfer: UI changes to description field (use LineEdit, decrease font size, new placeholder)
This commit is contained in:
parent
b58bff39a0
commit
2db8f77a0a
1 changed files with 4 additions and 2 deletions
|
@ -789,9 +789,11 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
LineEditMulti {
|
||||
LineEdit {
|
||||
id: descriptionLine
|
||||
placeholderText: qsTr("Saved to local wallet history") + translationManager.emptyString
|
||||
placeholderFontSize: 16
|
||||
fontSize: 16
|
||||
placeholderText: qsTr("Saved to local wallet history") + " (" + qsTr("only visible to you") + ")" + translationManager.emptyString
|
||||
Layout.fillWidth: true
|
||||
visible: descriptionCheckbox.checked
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue