aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizard/WizardManageWalletUI.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml
index ad0f2e7e..f7d454f7 100644
--- a/wizard/WizardManageWalletUI.qml
+++ b/wizard/WizardManageWalletUI.qml
@@ -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)