Index: sources/gui/qml/components/SubStepIndicator.qml =================================================================== diff -u -r09ec5af58d98d8cd337359482e81045052a5c264 -ra26580f1abb9900e91590bf19c78439c24ad6ffc --- sources/gui/qml/components/SubStepIndicator.qml (.../SubStepIndicator.qml) (revision 09ec5af58d98d8cd337359482e81045052a5c264) +++ sources/gui/qml/components/SubStepIndicator.qml (.../SubStepIndicator.qml) (revision a26580f1abb9900e91590bf19c78439c24ad6ffc) @@ -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 : 16 + diameter : 13 } } }