aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-12-04 23:05:42 +0100
committerselsta <selsta@sent.at>2019-12-04 23:05:42 +0100
commitb632d078e5eca240c96249795f15e7557506e392 (patch)
tree6033ff3f02ea25e99af4d31c0b943eb507ce2dca /wizard
parent63d4ba6df8950caa12b3714672d723a6ed03e2dd (diff)
downloadmonzero-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.qml2
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
}
}
}