Index: sources/gui/qml/pages/treatment/sections/TreatmentPressureComponent.qml =================================================================== diff -u -rca5a17d5abaae0982922faca123d6f189135d413 -rc2052b4fce3124e6d5132ccc78b3848b5f3e0dff --- sources/gui/qml/pages/treatment/sections/TreatmentPressureComponent.qml (.../TreatmentPressureComponent.qml) (revision ca5a17d5abaae0982922faca123d6f189135d413) +++ sources/gui/qml/pages/treatment/sections/TreatmentPressureComponent.qml (.../TreatmentPressureComponent.qml) (revision c2052b4fce3124e6d5132ccc78b3848b5f3e0dff) @@ -18,14 +18,14 @@ property int barHeight : 15 property int titleSize : 35 - property int valueSize : 68 + property int valueSize : 70 property bool valueOutRangeNotify : true spacing : Variables.defaultMargin Text { id: _title - width : 200 + width : 125 height : 50 color : Colors.pressuresText font { @@ -36,7 +36,7 @@ } Text { id: _value - width : 50 + width : 140 height : 50 text : pressure > 0 ? "+" + pressure : pressure