Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -r86274f18e9356126c41d848bc78bfba318638aee -r9143dd9055ada50b3ec13e7ce0671727a784f38f --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 86274f18e9356126c41d848bc78bfba318638aee) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 9143dd9055ada50b3ec13e7ce0671727a784f38f) @@ -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 @@ -68,6 +69,7 @@ font.pixelSize : fontPixelSizeLabel anchors.baseline: parent.baseline anchors.left : parent.right + anchors.leftMargin: 10 horizontalAlignment: Text.AlignLeft font.family: Fonts.fontFamilyFixed }