Fixes the placeholder texts for inputboxes in the wallet recovery wizard

This commit is contained in:
Sander Ferdinand
2018-03-27 21:32:39 +02:00
committed by moneromooo-monero
parent 0b7966f625
commit d2d6e3ad66
4 changed files with 29 additions and 4 deletions

View File

@@ -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*/