From 7c9549b7daa951148495e8faf58e99f39e1b28af Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 5 May 2021 17:37:31 +0200 Subject: [PATCH] export launcherDelegate property --- .../mobilehomescreencomponents/qml/HomeScreenContents.qml | 2 ++ 1 file changed, 2 insertions(+) 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