aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet.qml
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-02-06 15:49:31 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-02-06 15:49:31 +0300
commite3bea0dd4a3cc1b50ac5d1fe40f335d574fa2412 (patch)
tree958b21622de2942ad75633b72df2a0ab7296fb04 /wizard/WizardCreateWallet.qml
parent556de8f3469f6e1e5c541a78212457e694ed5380 (diff)
downloadmonzero-gui-e3bea0dd4a3cc1b50ac5d1fe40f335d574fa2412.tar.gz
monzero-gui-e3bea0dd4a3cc1b50ac5d1fe40f335d574fa2412.tar.xz
monzero-gui-e3bea0dd4a3cc1b50ac5d1fe40f335d574fa2412.zip
"word mnemonic input" with clipboard button and hint is reusable
component;
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
-rw-r--r--wizard/WizardCreateWallet.qml6
1 files changed, 5 insertions, 1 deletions
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml
index 3b7bcf75..65e2e989 100644
--- a/wizard/WizardCreateWallet.qml
+++ b/wizard/WizardCreateWallet.qml
@@ -49,6 +49,10 @@ Item {
WizardManageWalletUI {
id: uiItem
titleText: qsTr("A new wallet has been created for you")
- wordsTextTitle: qsTr("This is the 24 word mnemonic for your wallet")
+ wordsTextTitle: qsTr("This is the 25 word mnemonic for your wallet")
+ wordsTextItem.clipboardButtonVisible: true
+ wordsTextItem.tipTextVisible: true
+ wordsTextItem.memoTextReadOnly: true
+
}
}