Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r2124420a19819f672e9180979ff3762dc083eb7f -r26a05ea7e6dd3078331b2175927b00327c7419b4 --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 2124420a19819f672e9180979ff3762dc083eb7f) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 26a05ea7e6dd3078331b2175927b00327c7419b4) @@ -328,7 +328,7 @@ } DebugDataColumn { id: _HDPressureOcclusionColumn - x: col(3.6) + x: col(3.7) y: row(2) title: qsTr(" Prsr Oc ") model: [ @@ -458,7 +458,7 @@ } TouchRect { - x : col(6) + x : col(6.6) y : row(5.8) width : 150 height : 35 @@ -467,8 +467,9 @@ } DebugDataColumn { id: _HDVersionsColumn - x: col(6) + x: col(6.8) y: row(6) + fontPixelSizeText: 30 title: "" model: [ "HD: v%1.%2.%3-%4 %5 v%6.%7 %8 CRev: %9" .arg(vAdjustmentVersions.hdVerMajor) @@ -484,8 +485,9 @@ textObjectName: "_HDVersions" } DebugDataColumn { id: _DGVersionsColumn - x: col(6) + x: col(6.8) y: row(6.5) + fontPixelSizeText: 30 title: "" model: [ "DG: v%1.%2.%3-%4 %5 v%6.%7 %8 CRev: %9" .arg(vAdjustmentVersions.dgVerMajor)