mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-02 03:06:26 +00:00
Merge pull request #283
f2b8401
Wizard: prevent linebreaks in wallet name (Jaquee)
This commit is contained in:
commit
16ff89cdd7
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue