Index: sources/gui/qml/compounds/PressureRangeSlider.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r7b4219600ec64c2860113225ced0b5fc839b8ad2 --- sources/gui/qml/compounds/PressureRangeSlider.qml (.../PressureRangeSlider.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/compounds/PressureRangeSlider.qml (.../PressureRangeSlider.qml) (revision 7b4219600ec64c2860113225ced0b5fc839b8ad2) @@ -117,6 +117,9 @@ maximum : _root.maximum value : _root.value + isRoundedEnds: false + hasBorder : false + minText.visible : _root.lowerBound !== minimum maxText.visible : _root.upperBound !== maximum @@ -156,6 +159,9 @@ decimal : 1 bgColor : Colors.pressuresOutOfRaneBg + isRoundedEnds: false + hasBorder : false + minText { text : qsTr("LOW") font.bold: true