Index: sources/gui/qml/pages/treatment/sections/TreatmentPressures.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/pages/treatment/sections/TreatmentPressures.qml (.../TreatmentPressures.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/treatment/sections/TreatmentPressures.qml (.../TreatmentPressures.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -52,8 +52,8 @@ RangeBar { id: _arterialRangeBar x: 0 y: 80 - width : 175 - height : 15 + width : 200 + height : 20 rangebar.color: Colors.pressuresArterialBar markerOutRangeNotify: _root.valueOutRangeNotify @@ -78,10 +78,10 @@ } RangeBar { id: _venousRangeBar - x: 210 + x: 250 y: 80 - width : 175 - height : 15 + width : 200 + height : 20 rangebar.color: Colors.pressuresVenousBar markerOutRangeNotify: _root.valueOutRangeNotify