Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -rfe7605e216422cd8a9e39eca7cc609730a56fa32 --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision fe7605e216422cd8a9e39eca7cc609730a56fa32) @@ -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