From b632d078e5eca240c96249795f15e7557506e392 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 4 Dec 2019 23:05:42 +0100 Subject: [PATCH] WizardRestoreWallet1: fix placeholder text visibility --- wizard/WizardRestoreWallet1.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } }