mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Receive: set maximum length for qr string
This commit is contained in:
parent
2f109d3333
commit
f91e1791fe
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue