Index: sources/gui/qml/components/ProgressBar.qml =================================================================== diff -u -r732bc047743c99a157cf147f5313194867c1f5e3 -r9391d4058233e096350d9dc3ced79aed8ed93b38 --- sources/gui/qml/components/ProgressBar.qml (.../ProgressBar.qml) (revision 732bc047743c99a157cf147f5313194867c1f5e3) +++ sources/gui/qml/components/ProgressBar.qml (.../ProgressBar.qml) (revision 9391d4058233e096350d9dc3ced79aed8ed93b38) @@ -30,8 +30,7 @@ property alias color : _progressRect.color property alias bgColor : _root.color - property alias markerHeight: _marker.height - property alias markerHandle: _marker.hasHandle + property alias marker : _marker height : Variables.progressbarHeight