Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -r1b24a85761c65a685fac98f396e244af97b94443 -r30eab37f37822513f07948fb47a8af612d06e5f3 --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 1b24a85761c65a685fac98f396e244af97b94443) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 30eab37f37822513f07948fb47a8af612d06e5f3) @@ -56,7 +56,7 @@ text : (index < _root.label.length) ? _root.label[index] : "" // width : 5 color : Colors.textMain - font.pixelSize : 10 + font.pixelSize : 15 anchors.baseline: parent.baseline anchors.left : parent.right horizontalAlignment: Text.AlignLeft