diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-05-01 15:06:46 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-05-01 15:06:46 -0500 |
| commit | 9aef3bab333af15f35a75a75319db30d88221293 (patch) | |
| tree | 50ce178aee7c672337cfe407bb68ed7376e77d91 /wizard | |
| parent | 4b55197e18571ae06ec40d1da6a80fd1ce468f84 (diff) | |
| parent | 2195c67f58b242d5c6be8df66b73d9731cad7a4c (diff) | |
| download | monzero-gui-9aef3bab333af15f35a75a75319db30d88221293.tar.gz monzero-gui-9aef3bab333af15f35a75a75319db30d88221293.tar.xz monzero-gui-9aef3bab333af15f35a75a75319db30d88221293.zip | |
Merge pull request #2870
2195c67 LineEdit: password mode, linking. PasswordDialog: use LineEdit (xiphon)
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardRestoreWallet1.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardRestoreWallet1.qml b/wizard/WizardRestoreWallet1.qml index cc903bb8..b698aa5d 100644 --- a/wizard/WizardRestoreWallet1.qml +++ b/wizard/WizardRestoreWallet1.qml @@ -225,7 +225,7 @@ Rectangle { MoneroComponents.LineEdit { id: seedOffset - echoMode: TextInput.Password + password: true Layout.fillWidth: true placeholderFontSize: 16 placeholderText: qsTr("Passphrase") + translationManager.emptyString |
