Index: sources/gui/qml/compounds/PressureRangeSlider.qml =================================================================== diff -u -r9ac163d4aeadc39a1bcd1d8110991f32e37fc806 -r3bf1c89cba7851e7658d4a7f2e7054ee6a4ff000 --- sources/gui/qml/compounds/PressureRangeSlider.qml (.../PressureRangeSlider.qml) (revision 9ac163d4aeadc39a1bcd1d8110991f32e37fc806) +++ sources/gui/qml/compounds/PressureRangeSlider.qml (.../PressureRangeSlider.qml) (revision 3bf1c89cba7851e7658d4a7f2e7054ee6a4ff000) @@ -153,7 +153,7 @@ diameter: Variables.sliderCircleDiameter decimal : 1 - bgColor : Colors.pressuresOutOfRaneBg + bgColor : Colors.pressuresOutOfRangeBg hasAdjust : true // imply that both handle need to be adjusted to mark as active @@ -194,7 +194,7 @@ step : _root.step ticks : _root.ticksVisible - // The min/max edge line markers visibility + // The min/max edge line markers' visibility minVerticalEdgeVisible: false maxVerticalEdgeVisible: false