diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:49:15 -0800 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:49:15 -0800 |
| commit | 09d252d43b10c9fab24602ce50e7f707f3445cc6 (patch) | |
| tree | 9eb8526c3eb8f94a500da4f2f32b7ee6352992fb | |
| parent | d8f9e7360fdbab910283c465aafe36149b1d7f26 (diff) | |
| parent | 119832a55b1cf25625efcfa1481c38cc3e382e37 (diff) | |
| download | monzero-gui-09d252d43b10c9fab24602ce50e7f707f3445cc6.tar.gz monzero-gui-09d252d43b10c9fab24602ce50e7f707f3445cc6.tar.xz monzero-gui-09d252d43b10c9fab24602ce50e7f707f3445cc6.zip | |
Merge pull request #351
119832a Reduce the number of "balls" in the wizard to be coherent with the hidden steps (3 steps instead of 4). Color green for all. (Clement)
| -rw-r--r-- | wizard/WizardFinish.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardManageWalletUI.qml | 4 | ||||
| -rw-r--r-- | 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" } } |
