aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet3.qml
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2020-04-22 06:32:55 +0200
committerrating89us <rating89us@rating89us.com>2020-05-01 11:40:47 +0200
commit7f9b28c05ffb4660739bb13fdecccc39ea9e1dc3 (patch)
tree7c5221e2d28be6368108c9e91980ed97cdcae2f6 /wizard/WizardCreateWallet3.qml
parent6f71d4780682743490618a48bdf1a53d4317a93d (diff)
downloadmonzero-gui-7f9b28c05ffb4660739bb13fdecccc39ea9e1dc3.tar.gz
monzero-gui-7f9b28c05ffb4660739bb13fdecccc39ea9e1dc3.tar.xz
monzero-gui-7f9b28c05ffb4660739bb13fdecccc39ea9e1dc3.zip
WizardNav: use PageIndicator in wizardProgress
Diffstat (limited to 'wizard/WizardCreateWallet3.qml')
-rw-r--r--wizard/WizardCreateWallet3.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardCreateWallet3.qml b/wizard/WizardCreateWallet3.qml
index 0ef3f1ce..8bc3e048 100644
--- a/wizard/WizardCreateWallet3.qml
+++ b/wizard/WizardCreateWallet3.qml
@@ -66,7 +66,7 @@ Rectangle {
WizardNav {
progressSteps: 4
- progress: 3
+ progress: 2
onPrevClicked: {
wizardStateView.state = "wizardCreateWallet2";
}