Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r1f2e7dbd08b00f8c56eedf29f083733570aa642e --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 1f2e7dbd08b00f8c56eedf29f083733570aa642e) @@ -28,11 +28,11 @@ property var label: [] property string title: "Title" property int fontPixelSizeTitle: 30 - property int fontPixelSizeText : 38 + property int fontPixelSizeText : 35 property string textObjectName: "_DebugDataColumn" - property var horizontalAlignmentTitle: Text.AlignRight - property var horizontalAlignmentText : Text.AlignRight + property int horizontalAlignmentTitle: Text.AlignRight + property int horizontalAlignmentText : Text.AlignRight width : 150 spacing : -15