Index: sources/gui/qml/components/RangeBar.qml =================================================================== diff -u -r7b4219600ec64c2860113225ced0b5fc839b8ad2 -r89426b2b3d45008f5e6cb19e0c7adef3a242ce36 --- sources/gui/qml/components/RangeBar.qml (.../RangeBar.qml) (revision 7b4219600ec64c2860113225ced0b5fc839b8ad2) +++ sources/gui/qml/components/RangeBar.qml (.../RangeBar.qml) (revision 89426b2b3d45008f5e6cb19e0c7adef3a242ce36) @@ -44,9 +44,6 @@ property bool lowerTextHorizontalCenter: true property bool upperTextHorizontalCenter: true - isRoundedEnds: false - hasBorder : false - RangeRect { id: _rangeRect color: "red" x : ((parent.width * (lowerBound - parent.minimum)) / (parent.maximum - parent.minimum)) @@ -64,9 +61,6 @@ minText.anchors.leftMargin : lowerTextHorizontalCenter ? -minText.width / 2 : 0 maxText.anchors.rightMargin : upperTextHorizontalCenter ? -maxText.width / 2 : 0 - isRoundedEnds : false - hasBorder : false - RangeMarker { id: _rangeMarkerLowerBound decimal : _root.decimal text.visible: false