Index: sources/gui/qml/components/StepBullet.qml =================================================================== diff -u -r4a2b83dcb56555861d2c741a8e8894e5b07e24bf -r952d633ac2d84a05dff3355cf864064b21a5ee7e --- sources/gui/qml/components/StepBullet.qml (.../StepBullet.qml) (revision 4a2b83dcb56555861d2c741a8e8894e5b07e24bf) +++ sources/gui/qml/components/StepBullet.qml (.../StepBullet.qml) (revision 952d633ac2d84a05dff3355cf864064b21a5ee7e) @@ -62,7 +62,7 @@ radius : _root.diameter color : _root.current ? colorCurrent : _root.complete ? _root.colorComplete : Colors.transparent border.color: _root.current ? colorComplete : _root.complete ? _root.colorComplete : _root.colorInComplete - border.width: 1 + border.width: 2 } Image { id: _checkComplete