diff --git a/applets/kickoff/package/contents/ui/KickoffListView.qml b/applets/kickoff/package/contents/ui/KickoffListView.qml --- a/applets/kickoff/package/contents/ui/KickoffListView.qml +++ b/applets/kickoff/package/contents/ui/KickoffListView.qml @@ -90,7 +90,8 @@ } MouseArea { - anchors.fill: parent + width: scrollArea.viewport.width + height: parent.height id: mouseArea