diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-27 21:32:39 +0200 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:04 +0100 |
| commit | d2d6e3ad6605ff4fced29384147654002d33fbaa (patch) | |
| tree | 117b49074745c7e18bb7abd43b243b484d4d4f5d /wizard/WizardMemoTextInput.qml | |
| parent | 0b7966f625207968c99b86efd52dda5b1b0df1ae (diff) | |
| download | monzero-gui-d2d6e3ad6605ff4fced29384147654002d33fbaa.tar.gz monzero-gui-d2d6e3ad6605ff4fced29384147654002d33fbaa.tar.xz monzero-gui-d2d6e3ad6605ff4fced29384147654002d33fbaa.zip | |
Fixes the placeholder texts for inputboxes in the wallet recovery wizard
Diffstat (limited to 'wizard/WizardMemoTextInput.qml')
| -rw-r--r-- | wizard/WizardMemoTextInput.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardMemoTextInput.qml b/wizard/WizardMemoTextInput.qml index 9611977d..a796fc3f 100644 --- a/wizard/WizardMemoTextInput.qml +++ b/wizard/WizardMemoTextInput.qml @@ -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*/ |
