Index: sources/gui/qml/pages/treatment/sections/TreatmentPressure.qml =================================================================== diff -u -reea63d68fc0fb269f8dec64d99f488bcad117220 -r45617764a63d5573bfb942b039f2854ed25ba15d --- sources/gui/qml/pages/treatment/sections/TreatmentPressure.qml (.../TreatmentPressure.qml) (revision eea63d68fc0fb269f8dec64d99f488bcad117220) +++ sources/gui/qml/pages/treatment/sections/TreatmentPressure.qml (.../TreatmentPressure.qml) (revision 45617764a63d5573bfb942b039f2854ed25ba15d) @@ -48,11 +48,13 @@ orientation: TouchArea.Orientation.Horizontal title: qsTr("PRESSURE") + " " + qsTr("(mmHg)") + titleVSpacing: 100 + VTreatmentPressureOcclusion { id: vTreatmentPressureOcclusion } RangeBar { id: _arterialRangeBar x: 0 - y: 75 + y: titleVSpacing width : 175 height : 15 rangebar.color: Colors.pressuresArterialBar @@ -79,7 +81,7 @@ RangeBar { id: _venousRangeBar x: 200 - y: 75 + y: titleVSpacing width : 175 height : 15 rangebar.color: Colors.pressuresVenousBar