mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-29 23:26:24 +01:00
WizardRestoreWallet1: fix placeholder text visibility
This commit is contained in:
parent
63d4ba6df8
commit
b632d078e5
@ -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 New Issue
Block a user