Index: sources/gui/qml/compounds/PressureRangeSlider.qml =================================================================== diff -u -r89426b2b3d45008f5e6cb19e0c7adef3a242ce36 -r9ac163d4aeadc39a1bcd1d8110991f32e37fc806 --- sources/gui/qml/compounds/PressureRangeSlider.qml (.../PressureRangeSlider.qml) (revision 89426b2b3d45008f5e6cb19e0c7adef3a242ce36) +++ sources/gui/qml/compounds/PressureRangeSlider.qml (.../PressureRangeSlider.qml) (revision 9ac163d4aeadc39a1bcd1d8110991f32e37fc806) @@ -150,14 +150,12 @@ rightMargin : _pressureRangeBar.maxDiff } - height : 5 diameter: Variables.sliderCircleDiameter decimal : 1 bgColor : Colors.pressuresOutOfRaneBg - isRoundedEnds: false - hasBorder : false + hasAdjust : true // imply that both handle need to be adjusted to mark as active minText { text : qsTr("LOW") @@ -196,6 +194,10 @@ step : _root.step ticks : _root.ticksVisible + // The min/max edge line markers visibility + minVerticalEdgeVisible: false + maxVerticalEdgeVisible: false + onMinValueChanged: { lowerBound = minValue }