diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-02-06 15:49:31 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-02-06 15:49:31 +0300 |
| commit | e3bea0dd4a3cc1b50ac5d1fe40f335d574fa2412 (patch) | |
| tree | 958b21622de2942ad75633b72df2a0ab7296fb04 /wizard/WizardCreateWallet.qml | |
| parent | 556de8f3469f6e1e5c541a78212457e694ed5380 (diff) | |
| download | monzero-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.qml | 6 |
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 + } } |
