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