WizardNav: use PageIndicator in wizardProgress

This commit is contained in:
rating89us
2020-04-22 06:32:55 +02:00
committed by rating89us
parent 6f71d47806
commit 7f9b28c05f
12 changed files with 28 additions and 86 deletions

View File

@@ -66,7 +66,7 @@ Rectangle {
WizardNav {
progressSteps: 4
progress: 3
progress: 2
onPrevClicked: {
wizardStateView.state = "wizardCreateWallet2";
}