diff --git a/shell/contents/views/Desktop.qml b/shell/contents/views/Desktop.qml index 1be24b93..670d2869 100644 --- a/shell/contents/views/Desktop.qml +++ b/shell/contents/views/Desktop.qml @@ -30,7 +30,7 @@ import org.kde.kquickcontrolsaddons 2.0 import MeeGo.QOfono 0.2 import "../components" -MouseEventListener { +Item { id: homescreen width: 1080 height: 1920 @@ -89,10 +89,6 @@ MouseEventListener { } } - onPressAndHold: { - // containment.action("configure").trigger(); - } - OfonoManager { id: ofonoManager onAvailableChanged: { @@ -433,11 +429,15 @@ MouseEventListener { model: appListModel snapMode: GridView.SnapToRow clip: true - header: Item { + header: MouseArea { z: 999 width: homescreen.width height: homescreen.height + onPressAndHold: { + containment.action("configure").trigger(); + } + PlasmaComponents.Label { id: bigClock anchors {