diff --git a/components/mobilehomescreencomponents/qml/HomeScreenContents.qml b/components/mobilehomescreencomponents/qml/HomeScreenContents.qml index 0e7c2a60..b9860b4e 100644 --- a/components/mobilehomescreencomponents/qml/HomeScreenContents.qml +++ b/components/mobilehomescreencomponents/qml/HomeScreenContents.qml @@ -28,6 +28,7 @@ DragDrop.DropArea { //width: Math.max(mainFlickable.width, mainFlickable.width * Math.ceil(appletsLayout.childrenRect.width/mainFlickable.width)) height: mainFlickable.height + property alias launcherModel: launcherRepeater.model property alias itemsBoundingRect: appletsLayout.childrenRect property alias appletsLayout: appletsLayout