Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r9abc1790bb39fb52bf5a2bd113bc8957e4a1fc30 --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 9abc1790bb39fb52bf5a2bd113bc8957e4a1fc30) @@ -32,7 +32,7 @@ property string textObjectName: "_DebugDataColumn" width : 150 - spacing : -14 + spacing : -15 Text { id: _title text : _root.title @@ -41,6 +41,7 @@ color: Colors.textMain font.pixelSize: fontPixelSizeTitle font.underline: true + bottomPadding: 5 } Repeater { id: _repeater model: _root.model