Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -r30eab37f37822513f07948fb47a8af612d06e5f3 -r6391ea8474352ce1b89d79d3a5eddbf195eab385 --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 30eab37f37822513f07948fb47a8af612d06e5f3) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 6391ea8474352ce1b89d79d3a5eddbf195eab385) @@ -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" @@ -54,7 +54,6 @@ Text { objectName : _root.textObjectName + "L" + index text : (index < _root.label.length) ? _root.label[index] : "" -// width : 5 color : Colors.textMain font.pixelSize : 15 anchors.baseline: parent.baseline