Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -r30eab37f37822513f07948fb47a8af612d06e5f3 -rebc82b5efe26c1081606fab06a1c99bb4f9c0098 --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 30eab37f37822513f07948fb47a8af612d06e5f3) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision ebc82b5efe26c1081606fab06a1c99bb4f9c0098) @@ -27,7 +27,7 @@ property var model: [] property var label: [] property string title: "Title" - property int fontPixelSizeTitle: 38 + property int fontPixelSizeTitle: 30 property int fontPixelSizeText : 38 property string textObjectName: "_DebugDataColumn"