Index: sources/gui/qml/compounds/PressureRangeSlider.qml =================================================================== diff -u -r9327fae7b109203ca698d361b113a81d139a0cf9 -r8a5dbf556a66524fbe4b60ac1573182a0bd27617 --- sources/gui/qml/compounds/PressureRangeSlider.qml (.../PressureRangeSlider.qml) (revision 9327fae7b109203ca698d361b113a81d139a0cf9) +++ sources/gui/qml/compounds/PressureRangeSlider.qml (.../PressureRangeSlider.qml) (revision 8a5dbf556a66524fbe4b60ac1573182a0bd27617) @@ -162,15 +162,15 @@ font.pixelSize: Fonts.fontPixelPresseuresText anchors.leftMargin: - minText.width - 20 anchors.topMargin : - minText.height / 2 - 5 - color: "white" + color: Colors.textMain } maxText { text : qsTr("HIGH") font.bold: true font.pixelSize: Fonts.fontPixelPresseuresText anchors.rightMargin: - minText.width - 20 anchors.topMargin : - minText.height / 2 - 5 - color: "white" + color: Colors.textMain } // **** Ranges vvvv