mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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))
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue