From 119832a55b1cf25625efcfa1481c38cc3e382e37 Mon Sep 17 00:00:00 2001 From: Clement Date: Fri, 23 Dec 2016 22:19:11 +0100 Subject: [PATCH] Reduce the number of "balls" in the wizard to be coherent with the hidden steps (3 steps instead of 4). Color green for all. --- wizard/WizardFinish.qml | 2 +- wizard/WizardManageWalletUI.qml | 4 ++-- wizard/WizardPassword.qml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wizard/WizardFinish.qml b/wizard/WizardFinish.qml index 6ce800b4..7e79a4d8 100644 --- a/wizard/WizardFinish.qml +++ b/wizard/WizardFinish.qml @@ -93,7 +93,7 @@ Item { ListElement { dotColor: "#36B05B" } ListElement { dotColor: "#36B05B" } ListElement { dotColor: "#36B05B" } - ListElement { dotColor: "#36B05B" } + //ListElement { dotColor: "#36B05B" } } Repeater { diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml index 4620ad91..4420de2d 100644 --- a/wizard/WizardManageWalletUI.qml +++ b/wizard/WizardManageWalletUI.qml @@ -57,8 +57,8 @@ Item { ListModel { id: dotsModel - ListElement { dotColor: "#FFE00A" } - ListElement { dotColor: "#DBDBDB" } + ListElement { dotColor: "#36B05B" } + //ListElement { dotColor: "#DBDBDB" } ListElement { dotColor: "#DBDBDB" } ListElement { dotColor: "#DBDBDB" } } diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml index b591a332..9a1ba622 100644 --- a/wizard/WizardPassword.qml +++ b/wizard/WizardPassword.qml @@ -101,8 +101,8 @@ Item { ListModel { id: dotsModel ListElement { dotColor: "#36B05B" } - ListElement { dotColor: "#FFE00A" } - ListElement { dotColor: "#DBDBDB" } + ListElement { dotColor: "#36B05B" } + //ListElement { dotColor: "#FFE00A" } ListElement { dotColor: "#DBDBDB" } }