diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-11-13 09:03:02 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-11-13 09:03:02 -0600 |
| commit | 8bd820b9099679f91fb0c542eb9edfd71a720332 (patch) | |
| tree | 9a0faed7cc20e81dc197bba305327dc90dd5e90e /wizard | |
| parent | f948d0e21443e0ffc913b7c2b65a87400c4d8fe3 (diff) | |
| parent | 74e12ce71d00e7e9aea43a985e8a9dbfc4ad0844 (diff) | |
| download | monzero-gui-8bd820b9099679f91fb0c542eb9edfd71a720332.tar.gz monzero-gui-8bd820b9099679f91fb0c542eb9edfd71a720332.tar.xz monzero-gui-8bd820b9099679f91fb0c542eb9edfd71a720332.zip | |
Merge pull request #2429
74e12ce ContextMenu: implement 'paste' context menu for all text fields (xiphon)
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardAskPassword.qml | 4 | ||||
| -rw-r--r-- | wizard/WizardRestoreWallet1.qml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/wizard/WizardAskPassword.qml b/wizard/WizardAskPassword.qml index fcb5ccb1..ed2a0ecb 100644 --- a/wizard/WizardAskPassword.qml +++ b/wizard/WizardAskPassword.qml @@ -150,7 +150,7 @@ ColumnLayout { color: MoneroComponents.Style.defaultFontColor } - TextField { + MoneroComponents.Input { id: passwordInput Layout.topMargin: 6 @@ -207,7 +207,7 @@ ColumnLayout { color: MoneroComponents.Style.defaultFontColor } - TextField { + MoneroComponents.Input { id : passwordInputConfirm Layout.topMargin: 6 diff --git a/wizard/WizardRestoreWallet1.qml b/wizard/WizardRestoreWallet1.qml index 1a0dd201..7e8457aa 100644 --- a/wizard/WizardRestoreWallet1.qml +++ b/wizard/WizardRestoreWallet1.qml @@ -185,7 +185,7 @@ Rectangle { } } - TextArea { + MoneroComponents.InputMulti { id: seedInput property bool error: false width: parent.width |
