Transfer: UI changes to description field (use LineEdit, decrease font size, new placeholder)

This commit is contained in:
rating89us 2021-06-26 21:25:19 +02:00 committed by GitHub
parent b58bff39a0
commit 2db8f77a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}