Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r6c4406e8dc687936ba586b477107d4c376c50bc2 --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 6c4406e8dc687936ba586b477107d4c376c50bc2) @@ -31,7 +31,7 @@ property string textObjectName: "_DebugDataColumn" width : 150 - spacing : -10 + spacing : -14 Text { id: _title text : _root.title Index: sources/gui/qml/pages/ManagerHome.qml =================================================================== diff -u -r704f303826cbc3d56c3f54fe8ba001bc4f5e9f1d -r6c4406e8dc687936ba586b477107d4c376c50bc2 --- sources/gui/qml/pages/ManagerHome.qml (.../ManagerHome.qml) (revision 704f303826cbc3d56c3f54fe8ba001bc4f5e9f1d) +++ sources/gui/qml/pages/ManagerHome.qml (.../ManagerHome.qml) (revision 6c4406e8dc687936ba586b477107d4c376c50bc2) @@ -222,7 +222,7 @@ DebugDataColumn { id: _HDAccelerometerColumn x: col(7) - y: row(3) + y: row(3.2) title: qsTr(" HD Acc ") model: [ vHDAccelerometer.x .toFixed(3) ,