mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
WizardRestoreWallet1: fix placeholder text visibility
This commit is contained in:
parent
63d4ba6df8
commit
b632d078e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue