Merge pull request #3717

f91e179 Receive: set maximum length for qr string (selsta)
This commit is contained in:
luigi1111 2021-11-09 23:00:14 -06:00
commit 09ce233f4b
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -346,6 +346,7 @@ Rectangle {
id: txDescriptionInput
Layout.preferredWidth: 165
Layout.maximumWidth: 165
maximumLength: 800
topPadding: 7
leftPadding: 7
font.pixelSize: 14
@ -393,6 +394,7 @@ Rectangle {
selectByMouse: true
color: MoneroComponents.Style.defaultFontColor
placeholderText: qsTr("Visible to the sender") + translationManager.emptyString
maximumLength: 100
background: Rectangle {
color: MoneroComponents.Style.blackTheme ? "transparent" : "white"