Merge pull request #2557

b632d07 WizardRestoreWallet1: fix placeholder text visibility (selsta)
This commit is contained in:
luigi1111 2019-12-05 08:52:11 -06:00
commit 00783e7b68
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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