Index: sources/gui/qml/components/SubStepIndicator.qml =================================================================== diff -u -r8a9a7d5cb3e54aa73e499ddec62653893e7d5ca7 -r09ec5af58d98d8cd337359482e81045052a5c264 --- sources/gui/qml/components/SubStepIndicator.qml (.../SubStepIndicator.qml) (revision 8a9a7d5cb3e54aa73e499ddec62653893e7d5ca7) +++ sources/gui/qml/components/SubStepIndicator.qml (.../SubStepIndicator.qml) (revision 09ec5af58d98d8cd337359482e81045052a5c264) @@ -38,7 +38,7 @@ complete : _root.complete || _root.subStepIndex > 0 && index < _root.subStepIndex - 1 // first index is used for the head/first bullet current : _root.subStepIndex > 0 && index === _root.subStepIndex - 1 // first index is used for the head/first bullet showCompleteCheck : false - diameter : 13 + diameter : 16 } } }