Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -ra833936e80abfb17c1a8de02d24c8b1e83afd2c7 -rad3f3812cdfb38c423be5ace9a1d6f7acb4b68ee --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision a833936e80abfb17c1a8de02d24c8b1e83afd2c7) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision ad3f3812cdfb38c423be5ace9a1d6f7acb4b68ee) @@ -46,10 +46,11 @@ } MouseArea { - anchors.fill : parent + anchors.fill: parent onClicked : { _root.isOpened = ! _root.isOpened } + visible : ! isTouchRect } Column { id: _column @@ -86,7 +87,7 @@ columnSpacing : 5 width : _text.implicitWidth + _value.width + leftPadding * 2 // content width + left and right padding height : isTouchRect ? _value.implicitHeight : _text.implicitHeight + 1 - leftPadding : 4 + leftPadding : isTouchRect ? 10 : 4 rightPadding : leftPadding Text { id: _value