Index: sources/gui/qml/compounds/PressureRangeSlider.qml =================================================================== diff -u -r3bf1c89cba7851e7658d4a7f2e7054ee6a4ff000 -raac9d5d70abbd8d75c6e3782722e5daaf7355153 --- sources/gui/qml/compounds/PressureRangeSlider.qml (.../PressureRangeSlider.qml) (revision 3bf1c89cba7851e7658d4a7f2e7054ee6a4ff000) +++ sources/gui/qml/compounds/PressureRangeSlider.qml (.../PressureRangeSlider.qml) (revision aac9d5d70abbd8d75c6e3782722e5daaf7355153) @@ -67,7 +67,7 @@ property real step : 10 ///< minimum space/movement between each range slider values property int limitGap : 0 ///< the closest the two of lowerBound and upperBound can get. - property bool ticksVisible : false ///< hide or show the tick marks help of the step + property alias ticksVisible : _pressureSlider.ticks ///< hide or show the tick marks help of the step property string titleText : "" ///< the component title property string titleUnit : Variables.unitTextBloodPressure ///< the component unit @@ -150,8 +150,6 @@ rightMargin : _pressureRangeBar.maxDiff } - diameter: Variables.sliderCircleDiameter - decimal : 1 bgColor : Colors.pressuresOutOfRangeBg @@ -192,7 +190,6 @@ unit : Variables.unitTextBloodPressure step : _root.step - ticks : _root.ticksVisible // The min/max edge line markers' visibility minVerticalEdgeVisible: false