mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
export launcherDelegate property
This commit is contained in:
parent
fb920a3f9f
commit
7c9549b7da
1 changed files with 2 additions and 0 deletions
|
|
@ -28,7 +28,9 @@ DragDrop.DropArea {
|
||||||
//width: Math.max(mainFlickable.width, mainFlickable.width * Math.ceil(appletsLayout.childrenRect.width/mainFlickable.width))
|
//width: Math.max(mainFlickable.width, mainFlickable.width * Math.ceil(appletsLayout.childrenRect.width/mainFlickable.width))
|
||||||
height: mainFlickable.height
|
height: mainFlickable.height
|
||||||
|
|
||||||
|
property alias launcherDelegate: launcherRepeater.delegate
|
||||||
property alias launcherModel: launcherRepeater.model
|
property alias launcherModel: launcherRepeater.model
|
||||||
|
property alias launcherRepeater: launcherRepeater
|
||||||
property alias itemsBoundingRect: appletsLayout.childrenRect
|
property alias itemsBoundingRect: appletsLayout.childrenRect
|
||||||
|
|
||||||
property alias appletsLayout: appletsLayout
|
property alias appletsLayout: appletsLayout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue