diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-10-08 01:48:42 +0200 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-10-10 00:22:36 +0300 |
| commit | 38d9034470e254820c74af5b4be97c866b4a95c1 (patch) | |
| tree | 78b2153b3fb397c1863da685dedee01ffd58ec37 /wizard/WizardCreateWallet.qml | |
| parent | 7f0d6c4c2861b445b15d0c1a4f8b0bf3f25f0886 (diff) | |
| download | monzero-gui-38d9034470e254820c74af5b4be97c866b4a95c1.tar.gz monzero-gui-38d9034470e254820c74af5b4be97c866b4a95c1.tar.xz monzero-gui-38d9034470e254820c74af5b4be97c866b4a95c1.zip | |
Wizard: added restore-height
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
| -rw-r--r-- | wizard/WizardCreateWallet.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml index 8506a8e7..6d632cbe 100644 --- a/wizard/WizardCreateWallet.qml +++ b/wizard/WizardCreateWallet.qml @@ -96,5 +96,6 @@ Item { wordsTextItem.clipboardButtonVisible: true wordsTextItem.tipTextVisible: true wordsTextItem.memoTextReadOnly: true + restoreHeightVisible:false } } |
