Index: sources/gui/qml/pages/treatment/sections/TreatmentPressureComponent.qml =================================================================== diff -u -r9693baf4f04836f437c89e8bae423b65b36c7f8e -rb6964f987cdc41c7ad3c3ad8f7dffc30d75b3205 --- sources/gui/qml/pages/treatment/sections/TreatmentPressureComponent.qml (.../TreatmentPressureComponent.qml) (revision 9693baf4f04836f437c89e8bae423b65b36c7f8e) +++ sources/gui/qml/pages/treatment/sections/TreatmentPressureComponent.qml (.../TreatmentPressureComponent.qml) (revision b6964f987cdc41c7ad3c3ad8f7dffc30d75b3205) @@ -25,8 +25,8 @@ spacing : Variables.defaultMargin Text { id: _title - width : 125 - height : 50 + width : Variables.treatmentPressureTitleWidth + height : Variables.contentHeight color : Colors.pressuresText font { pixelSize : _root.titleSize @@ -36,8 +36,8 @@ } Text { id: _value - width : 140 - height : 50 + width : Variables.treatmentPressureValueWidth + height : Variables.contentHeight text : pressure > 0 ? "+" + pressure : pressure color : Colors.pressuresText