Index: sources/gui/qml/components/StepIndicator.qml =================================================================== diff -u -rf9f82c1e15a0c1627b88d7247ab24174b30a0f7d -r09ec5af58d98d8cd337359482e81045052a5c264 --- sources/gui/qml/components/StepIndicator.qml (.../StepIndicator.qml) (revision f9f82c1e15a0c1627b88d7247ab24174b30a0f7d) +++ sources/gui/qml/components/StepIndicator.qml (.../StepIndicator.qml) (revision 09ec5af58d98d8cd337359482e81045052a5c264) @@ -35,7 +35,7 @@ property int spacing : 5 property int spacerLineLength : 75 property int currentStepIndex : 0 - property int diameter : 15 + property int diameter : 20 property int subStepIndex : 0 width : _row.width