diff options
| author | xiphon <xiphon@protonmail.com> | 2019-11-08 00:56:10 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-11-08 12:41:32 +0000 |
| commit | 74e12ce71d00e7e9aea43a985e8a9dbfc4ad0844 (patch) | |
| tree | 917f48165df3aabf85a1e82211f6ad1668213c18 /wizard | |
| parent | 7f7a39292c57f9b51090005d8a8e39297d988e0b (diff) | |
| download | monzero-gui-74e12ce71d00e7e9aea43a985e8a9dbfc4ad0844.tar.gz monzero-gui-74e12ce71d00e7e9aea43a985e8a9dbfc4ad0844.tar.xz monzero-gui-74e12ce71d00e7e9aea43a985e8a9dbfc4ad0844.zip | |
ContextMenu: implement 'paste' context menu for all text fields
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 |
