mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 17:27:25 -04:00
Fixes the placeholder texts for inputboxes in the wallet recovery wizard
This commit is contained in:
committed by
moneromooo-monero
parent
0b7966f625
commit
d2d6e3ad66
@@ -41,6 +41,7 @@ Column {
|
||||
font.pixelSize: 16 * scaleRatio
|
||||
anchors.margins: 8 * scaleRatio
|
||||
font.bold:true
|
||||
font.family: "Arial"
|
||||
text: qsTr("Enter your 25 (or 24) word mnemonic seed") + translationManager.emptyString
|
||||
color: "#BABABA"
|
||||
visible: !memoTextInput.text/* && !parent.focus*/
|
||||
|
||||
Reference in New Issue
Block a user