Index: sources/gui/qml/components/ProgressBar.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r7b4219600ec64c2860113225ced0b5fc839b8ad2 --- sources/gui/qml/components/ProgressBar.qml (.../ProgressBar.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/components/ProgressBar.qml (.../ProgressBar.qml) (revision 7b4219600ec64c2860113225ced0b5fc839b8ad2) @@ -62,6 +62,9 @@ color : Colors.highlightProgressBar onClicked : progressClicked() + + isRoundedEnds: _root.isRoundedEnds + hasBorder : _root.hasBorder } RangeMarker { id: _marker