diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-12-05 08:52:11 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-12-05 08:52:11 -0600 |
| commit | 00783e7b68a2806756edf83f02695ab61c0e0ef9 (patch) | |
| tree | 7bd7b09a1b6023158b24cf1a554d6d8853abe8e3 | |
| parent | dafc47050aebe5de3e42cd375c144f48962c36fe (diff) | |
| parent | b632d078e5eca240c96249795f15e7557506e392 (diff) | |
| download | monzero-gui-00783e7b68a2806756edf83f02695ab61c0e0ef9.tar.gz monzero-gui-00783e7b68a2806756edf83f02695ab61c0e0ef9.tar.xz monzero-gui-00783e7b68a2806756edf83f02695ab61c0e0ef9.zip | |
Merge pull request #2557
b632d07 WizardRestoreWallet1: fix placeholder text visibility (selsta)
| -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 7e8457aa..b9fd5612 100644 --- a/wizard/WizardRestoreWallet1.qml +++ b/wizard/WizardRestoreWallet1.qml @@ -213,7 +213,7 @@ Rectangle { font.family: MoneroComponents.Style.fontRegular.name text: qsTr("Enter your 25 (or 24) word mnemonic seed") + translationManager.emptyString color: MoneroComponents.Style.defaultFontColor - visible: !seedInput.text && !parent.focus + visible: !seedInput.text } } } |
