From d42d2dd74236bb2f8d841a4fc6b9acc2f9a83ab8 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Sun, 19 Mar 2017 13:35:02 -0400 Subject: [PATCH] Better spacing for Wizard password warning Title was butted right up against warning. No more. --- wizard/WizardPassword.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml index 2564ce4f..2444add0 100644 --- a/wizard/WizardPassword.qml +++ b/wizard/WizardPassword.qml @@ -124,7 +124,7 @@ ColumnLayout { //renderType: Text.NativeRendering color: "#4A4646" horizontalAlignment: Text.AlignHCenter - text: qsTr("Note: this password cannot be recovered. If you forget it then the wallet will have to be restored from its 25 word mnemonic seed.

+ text: qsTr("
Note: this password cannot be recovered. If you forget it then the wallet will have to be restored from its 25 word mnemonic seed.

Enter a strong password (using letters, numbers, and/or symbols):") + translationManager.emptyString }