Index: sources/gui/qml/components/TouchArea.qml =================================================================== diff -u -r7edbf109108511ddf6066758bdb7aa29f9d8fad3 -rae97f70129df818530bcb70c934c42fa28eb6034 --- sources/gui/qml/components/TouchArea.qml (.../TouchArea.qml) (revision 7edbf109108511ddf6066758bdb7aa29f9d8fad3) +++ sources/gui/qml/components/TouchArea.qml (.../TouchArea.qml) (revision ae97f70129df818530bcb70c934c42fa28eb6034) @@ -26,7 +26,7 @@ * if set to be touchable will show an arrow right side of the title * next to the right edge of the component. */ -Item { id : _root +Rectangle { id : _root enum Orientation { Horizontal, Vertical @@ -45,6 +45,7 @@ signal clicked() + color: "transparent" width : _column.width + arrowSpacing height: _column.height clip : false