Index: sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml =================================================================== diff -u -r820a00638e0573a5b0c51ed0b3e38d605d4400be -rf7fe40e1e2e5e7ccd02407aead0adcb0f5bf7f53 --- sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml (.../TreatmentFluid.qml) (revision 820a00638e0573a5b0c51ed0b3e38d605d4400be) +++ sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml (.../TreatmentFluid.qml) (revision f7fe40e1e2e5e7ccd02407aead0adcb0f5bf7f53) @@ -69,7 +69,7 @@ Text { id: _fluidText anchors { top: _startFluidButton.bottom - topMargin: 20 + topMargin: 15 } width: parent.width @@ -117,7 +117,7 @@ anchors { left : parent.left top : _fluidText.bottom - topMargin : 15 + topMargin : 10 } width : parent.width height : Variables.progressbarFluidHeight @@ -134,7 +134,7 @@ anchors { left : parent.left top : _fluidProgressBar.bottom - topMargin : 15 + topMargin : 10 } width: parent.width text: qsTr("Cumulative Delivered")