Index: sources/gui/qml/components/StepBullet.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -rb59827b661a423b2b1ad2ca7b8611c2c0be7bd6a --- sources/gui/qml/components/StepBullet.qml (.../StepBullet.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/components/StepBullet.qml (.../StepBullet.qml) (revision b59827b661a423b2b1ad2ca7b8611c2c0be7bd6a) @@ -61,9 +61,16 @@ 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: 2 + border.width: 1 } + Image { id: _checkComplete + anchors.centerIn : parent + source : "qrc:/images/iStepCheck" + fillMode : Image.PreserveAspectFit + visible : _root.complete + } + // this text is created only for the maximum(current) font info(height) Text { id: _textHightRef visible: false