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/WizardAskPassword.qml | |
| 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/WizardAskPassword.qml')
| -rw-r--r-- | wizard/WizardAskPassword.qml | 4 |
1 files changed, 2 insertions, 2 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 |
