Index: sources/gui/qml/components/ProgressBarEx.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r7b4219600ec64c2860113225ced0b5fc839b8ad2 --- sources/gui/qml/components/ProgressBarEx.qml (.../ProgressBarEx.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/components/ProgressBarEx.qml (.../ProgressBarEx.qml) (revision 7b4219600ec64c2860113225ced0b5fc839b8ad2) @@ -48,5 +48,8 @@ maxText.visible: visible margin : 0 onClicked: extraClicked() + + isRoundedEnds: _root.isRoundedEnds + hasBorder : _root.hasBorder } }