Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -rebc82b5efe26c1081606fab06a1c99bb4f9c0098 -r6391ea8474352ce1b89d79d3a5eddbf195eab385 --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision ebc82b5efe26c1081606fab06a1c99bb4f9c0098) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 6391ea8474352ce1b89d79d3a5eddbf195eab385) @@ -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