Index: sources/gui/qml/components/RangeRect.qml =================================================================== diff -u -rbbbd9cbf805779ef498a8f59cc74b9b597802a55 -r5f6975c6ee7823fc884328418298128cdb97107f --- sources/gui/qml/components/RangeRect.qml (.../RangeRect.qml) (revision bbbd9cbf805779ef498a8f59cc74b9b597802a55) +++ sources/gui/qml/components/RangeRect.qml (.../RangeRect.qml) (revision 5f6975c6ee7823fc884328418298128cdb97107f) @@ -42,8 +42,8 @@ property string unit : "" property real touchMargin: 0 - property bool isRoundedEnds : false - property bool hasBorder : false + property bool isRoundedEnds : true + property bool hasBorder : true color : Colors.backgroundRangeRect radius : isRoundedEnds ? (height/2) : Variables.rangeRectRadius