Index: sources/gui/qml/components/StepBullet.qml =================================================================== diff -u -rb59827b661a423b2b1ad2ca7b8611c2c0be7bd6a -r4a2b83dcb56555861d2c741a8e8894e5b07e24bf --- sources/gui/qml/components/StepBullet.qml (.../StepBullet.qml) (revision b59827b661a423b2b1ad2ca7b8611c2c0be7bd6a) +++ sources/gui/qml/components/StepBullet.qml (.../StepBullet.qml) (revision 4a2b83dcb56555861d2c741a8e8894e5b07e24bf) @@ -38,7 +38,8 @@ property color colorInComplete : Colors.borderDisableButton property int fontSizeCurrent : Fonts.fontPixelStepCurrent property int fontSizeNormal : Fonts.fontPixelStepNormal - property real diameter : 15 + property real diameter : 15 + property bool showCompleteCheck: true QtObject { id: _private @@ -68,7 +69,7 @@ anchors.centerIn : parent source : "qrc:/images/iStepCheck" fillMode : Image.PreserveAspectFit - visible : _root.complete + visible : _root.complete && _root.showCompleteCheck } // this text is created only for the maximum(current) font info(height)