Index: sources/gui/qml/pages/ManagerHome.qml =================================================================== diff -u -r6c4406e8dc687936ba586b477107d4c376c50bc2 -r9075bb6c82856b3d5cce9f8976dbe47607804624 --- sources/gui/qml/pages/ManagerHome.qml (.../ManagerHome.qml) (revision 6c4406e8dc687936ba586b477107d4c376c50bc2) +++ sources/gui/qml/pages/ManagerHome.qml (.../ManagerHome.qml) (revision 9075bb6c82856b3d5cce9f8976dbe47607804624) @@ -152,7 +152,7 @@ // --- HD --- DebugDataColumn { id: _HDBloodFlowColumn x: col(0) - y: row(3) + y: row(3.2) title: qsTr(" Blood ") model: [ vTreatmentBloodFlow.bloodFlow_FlowSetPoint , @@ -168,7 +168,7 @@ DebugDataColumn { id: _HDDialysateInletFlowColumn x: col(1.2) - y: row(3) + y: row(3.2) title: qsTr(" Dlyst I ") model: [ vTreatmentDialysateFlow.dialysateFlow_FlowSetPoint .toFixed(2) , @@ -184,7 +184,7 @@ DebugDataColumn { id: _HDDialysateOutletFlowColumn x: col(2.4) - y: row(3) + y: row(3.2) title: qsTr(" Dlyst O ") model: [ vTreatmentUltrafiltration.ultrafiltration_RefUFVol .toFixed(3) , @@ -200,7 +200,7 @@ DebugDataColumn { id: _HDPressureOcclusionColumn x: col(3.6) - y: row(3) + y: row(3.2) title: qsTr(" Prsr Oc ") model: [ vTreatmentPressureOcclusion.pressureocclusion_ArterialPressure .toFixed(2) , @@ -213,7 +213,7 @@ } DebugDataColumn { id: _HDOperationModeColumn - x: col(3) + x: col(3.2) y: row(2) title: qsTr(" HD Mode ") model: [ vHDOperationMode.text ]