1
mirror of https://github.com/monero-project/monero-gui synced 2024-08-07 13:04:14 +02:00

Wizard: prevent linebreaks in wallet name

This commit is contained in:
Jaquee 2016-12-15 00:58:03 +01:00
parent 160a042165
commit f2b8401811
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

View File

@ -116,7 +116,7 @@ Item {
width: 300
height: 62
TextEdit {
TextInput {
id: accountName
anchors.fill: parent
horizontalAlignment: TextInput.AlignHCenter
@ -127,7 +127,7 @@ Item {
color: "#FF6C3C"
focus: true
text: defaultAccountName
selectByMouse: true
Keys.onReleased: {
wizard.nextButton.enabled = (accountName.length > 0)