mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-23 11:15:00 +00:00
Better spacing for Wizard password warning
Title was butted right up against warning. No more.
This commit is contained in:
parent
69e037ba4d
commit
d42d2dd742
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ ColumnLayout {
|
||||||
//renderType: Text.NativeRendering
|
//renderType: Text.NativeRendering
|
||||||
color: "#4A4646"
|
color: "#4A4646"
|
||||||
horizontalAlignment: Text.AlignHCenter
|
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.<br/><br/>
|
text: qsTr(" <br>Note: this password cannot be recovered. If you forget it then the wallet will have to be restored from its 25 word mnemonic seed.<br/><br/>
|
||||||
<b>Enter a strong password</b> (using letters, numbers, and/or symbols):")
|
<b>Enter a strong password</b> (using letters, numbers, and/or symbols):")
|
||||||
+ translationManager.emptyString
|
+ translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue