mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-03 20:56:23 +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
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
text: qsTr("Enter your 25 (or 24) word mnemonic seed") + translationManager.emptyString
|
text: qsTr("Enter your 25 (or 24) word mnemonic seed") + translationManager.emptyString
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
visible: !seedInput.text && !parent.focus
|
visible: !seedInput.text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user