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)
This commit is contained in:
Riccardo Spagni 2017-01-08 16:49:15 -08:00
commit 09d252d43b
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
3 changed files with 5 additions and 5 deletions

View file

@ -93,7 +93,7 @@ Item {
ListElement { dotColor: "#36B05B" }
ListElement { dotColor: "#36B05B" }
ListElement { dotColor: "#36B05B" }
ListElement { dotColor: "#36B05B" }
//ListElement { dotColor: "#36B05B" }
}
Repeater {

View file

@ -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" }
}

View file

@ -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" }
}