WizardRestoreWallet1: fix placeholder text visibility

This commit is contained in:
selsta 2019-12-04 23:05:42 +01:00
parent 63d4ba6df8
commit b632d078e5
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -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
}
}
}