aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet.qml
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-10-08 01:48:42 +0200
committerIlya Kitaev <mbg033@gmail.com>2016-10-10 00:22:36 +0300
commit38d9034470e254820c74af5b4be97c866b4a95c1 (patch)
tree78b2153b3fb397c1863da685dedee01ffd58ec37 /wizard/WizardCreateWallet.qml
parent7f0d6c4c2861b445b15d0c1a4f8b0bf3f25f0886 (diff)
downloadmonzero-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.qml1
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
}
}