Index: sources/gui/qml/components/StepIndicator.qml =================================================================== diff -u -r8a9a7d5cb3e54aa73e499ddec62653893e7d5ca7 -rf9f82c1e15a0c1627b88d7247ab24174b30a0f7d --- sources/gui/qml/components/StepIndicator.qml (.../StepIndicator.qml) (revision 8a9a7d5cb3e54aa73e499ddec62653893e7d5ca7) +++ sources/gui/qml/components/StepIndicator.qml (.../StepIndicator.qml) (revision f9f82c1e15a0c1627b88d7247ab24174b30a0f7d) @@ -31,7 +31,7 @@ property bool currentComplete : false property bool hideLabels : false property var stepNames : [] - property var subSteps : [] // default all sub steps to 0 + property var subSteps : [] property int spacing : 5 property int spacerLineLength : 75 property int currentStepIndex : 0