Index: sources/gui/qml/pages/treatment/sections/TreatmentPressure.qml =================================================================== diff -u -ra09afcb23e479527eb2263474003b63955cd0e99 -rf160ef9c259a75e8d6120ad962cda648e8f7a9b3 --- sources/gui/qml/pages/treatment/sections/TreatmentPressure.qml (.../TreatmentPressure.qml) (revision a09afcb23e479527eb2263474003b63955cd0e99) +++ sources/gui/qml/pages/treatment/sections/TreatmentPressure.qml (.../TreatmentPressure.qml) (revision f160ef9c259a75e8d6120ad962cda648e8f7a9b3) @@ -26,21 +26,18 @@ * \brief Treatment Screen Pressure section */ TouchArea { id: _root - - // TEST : these values are test values. - property int arterialMinimum : -400 - property int arterialLowerBound : -300 - property int arterialUpperBound : 100 - property int arterialMaximum : 400 + property int arterialMinimum : 0 + property int arterialLowerBound : 0 + property int arterialUpperBound : 0 + property int arterialMaximum : 0 property alias arterilPressure : _arterialRangeBar.value - property int venousMinimum : -100 - property int venousLowerBound : -100 - property int venousUpperBound : 500 - property int venousMaximum : 800 + property int venousMinimum : 0 + property int venousLowerBound : 0 + property int venousUpperBound : 0 + property int venousMaximum : 0 property alias venusPressure : _venousRangeBar.value - clip: false x : 0 y : 0