Index: sources/gui/qml/SDItem.qml =================================================================== diff -u -r61f16c988a159401c92730b4cbfca5085c77222f -r1b24a85761c65a685fac98f396e244af97b94443 --- sources/gui/qml/SDItem.qml (.../SDItem.qml) (revision 61f16c988a159401c92730b4cbfca5085c77222f) +++ sources/gui/qml/SDItem.qml (.../SDItem.qml) (revision 1b24a85761c65a685fac98f396e244af97b94443) @@ -62,6 +62,7 @@ MouseArea { id: _mouseArea anchors.fill : parent + anchors.margins : -20 // since the object visual is so small make the mouseArea bigger for the human finger to easier touch. onClicked : _root.clicked() onDoubleClicked : _root.doubleClicked() }