Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -rc253d3ca9ef234e04747565e500faf88b07fc04e --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision c253d3ca9ef234e04747565e500faf88b07fc04e) @@ -37,7 +37,7 @@ property int horizontalAlignmentText : Text.AlignRight width : 150 - spacing : -15 + spacing : -10 Text { id: _title text : _root.title @@ -49,6 +49,7 @@ bottomPadding: 5 font.family: Fonts.fontFamilyFixed } + Repeater { id: _repeater model: _root.model Text { id: _text @@ -67,6 +68,7 @@ font.pixelSize : fontPixelSizeLabel anchors.baseline: parent.baseline anchors.left : parent.right + anchors.leftMargin: 10 horizontalAlignment: Text.AlignLeft font.family: Fonts.fontFamilyFixed }