Index: sources/gui/qml/components/RangeRect.qml =================================================================== diff -u -r8d7f8d2ac6620e92ab3cd239d7d8641113ea3e53 -r89426b2b3d45008f5e6cb19e0c7adef3a242ce36 --- sources/gui/qml/components/RangeRect.qml (.../RangeRect.qml) (revision 8d7f8d2ac6620e92ab3cd239d7d8641113ea3e53) +++ sources/gui/qml/components/RangeRect.qml (.../RangeRect.qml) (revision 89426b2b3d45008f5e6cb19e0c7adef3a242ce36) @@ -43,9 +43,6 @@ property real touchMargin : 0 property real leftRightTouchMargin: 0 - property bool isRoundedEnds : true - property bool hasBorder : true - property color borderColor : Colors.sliderBorderInactive function adjustOverlap() { // Due to font size not being fixed and be different depending on text, @@ -68,11 +65,7 @@ height : parent.height color : Colors.backgroundRangeRect - radius : isRoundedEnds ? (height/2) : Variables.rangeRectRadius - border.width: hasBorder ? Variables.rangeRectBorderWidth : 0 - border.color: borderColor - Text { id: _textMinimum visible : false font.pixelSize : Fonts.fontPixelRangeRectText