diff options
| author | selsta <selsta@sent.at> | 2019-12-04 23:05:42 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-12-04 23:05:42 +0100 |
| commit | b632d078e5eca240c96249795f15e7557506e392 (patch) | |
| tree | 6033ff3f02ea25e99af4d31c0b943eb507ce2dca /wizard | |
| parent | 63d4ba6df8950caa12b3714672d723a6ed03e2dd (diff) | |
| download | monzero-gui-b632d078e5eca240c96249795f15e7557506e392.tar.gz monzero-gui-b632d078e5eca240c96249795f15e7557506e392.tar.xz monzero-gui-b632d078e5eca240c96249795f15e7557506e392.zip | |
WizardRestoreWallet1: fix placeholder text visibility
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 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 } } } |
