aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement <clement.junca@gmail.com>2016-12-23 22:19:11 +0100
committerClement <clement.junca@gmail.com>2016-12-23 22:19:11 +0100
commit119832a55b1cf25625efcfa1481c38cc3e382e37 (patch)
tree9eb8526c3eb8f94a500da4f2f32b7ee6352992fb
parentd8f9e7360fdbab910283c465aafe36149b1d7f26 (diff)
downloadmonzero-gui-119832a55b1cf25625efcfa1481c38cc3e382e37.tar.gz
monzero-gui-119832a55b1cf25625efcfa1481c38cc3e382e37.tar.xz
monzero-gui-119832a55b1cf25625efcfa1481c38cc3e382e37.zip
Reduce the number of "balls" in the wizard to be coherent with the hidden steps (3 steps instead of 4). Color green for all.
-rw-r--r--wizard/WizardFinish.qml2
-rw-r--r--wizard/WizardManageWalletUI.qml4
-rw-r--r--wizard/WizardPassword.qml4
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" }
}