Index: sources/gui/qml/components/TouchArea.qml =================================================================== diff -u -rcd7de5f6d239a11615ba8c6c03339a10996486ca -r7edbf109108511ddf6066758bdb7aa29f9d8fad3 --- sources/gui/qml/components/TouchArea.qml (.../TouchArea.qml) (revision cd7de5f6d239a11615ba8c6c03339a10996486ca) +++ sources/gui/qml/components/TouchArea.qml (.../TouchArea.qml) (revision 7edbf109108511ddf6066758bdb7aa29f9d8fad3) @@ -47,7 +47,7 @@ width : _column.width + arrowSpacing height: _column.height - clip: true + clip : false Column { id: _column width : Math.max(_titleText.width , _grid.width)