Index: sources/gui/qml/pages/ManagerHome.qml =================================================================== diff -u -r06d10ee1174f0947a01087554f3da3109b47aef6 -r4df19fe88c454bd54abcdaf983be59464c5ef5bc --- sources/gui/qml/pages/ManagerHome.qml (.../ManagerHome.qml) (revision 06d10ee1174f0947a01087554f3da3109b47aef6) +++ sources/gui/qml/pages/ManagerHome.qml (.../ManagerHome.qml) (revision 4df19fe88c454bd54abcdaf983be59464c5ef5bc) @@ -30,8 +30,8 @@ */ ScreenItem { id: _root - function col(idx, gap = 10) { - return idx * 150 + gap + function col(idx, gap = 0) { + return idx * 155 + gap } function row(idx, gap = 10) { @@ -167,7 +167,7 @@ } DebugDataColumn { id: _HDDialysateInletFlowColumn - x: col(1) + x: col(1.2) y: row(3) title: qsTr(" Dlyst I ") model: [ @@ -183,7 +183,7 @@ } DebugDataColumn { id: _HDDialysateOutletFlowColumn - x: col(2) + x: col(2.4) y: row(3) title: qsTr(" Dlyst O ") model: [ @@ -199,7 +199,7 @@ } DebugDataColumn { id: _HDPressureOcclusionColumn - x: col(3) + x: col(3.6) y: row(3) title: qsTr(" Prsr Oc ") model: [