diff options
Diffstat (limited to 'modules/launcher/Content.qml')
| -rw-r--r-- | modules/launcher/Content.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml index 92de980..4aafc3f 100644 --- a/modules/launcher/Content.qml +++ b/modules/launcher/Content.qml @@ -48,7 +48,9 @@ Item { anchors.bottom: parent.bottom anchors.margins: root.padding - delegate: AppItem {} + delegate: AppItem { + launcher: root.launcher + } ScrollBar.vertical: StyledScrollBar { // Move half out |