summaryrefslogtreecommitdiff
path: root/modules/launcher/Wrapper.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher/Wrapper.qml')
-rw-r--r--modules/launcher/Wrapper.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/launcher/Wrapper.qml b/modules/launcher/Wrapper.qml
index 41126dd..f1ab672 100644
--- a/modules/launcher/Wrapper.qml
+++ b/modules/launcher/Wrapper.qml
@@ -6,6 +6,7 @@ Item {
id: root
required property PersistentProperties visibilities
+ required property var panels
visible: height > 0
implicitHeight: 0
@@ -50,6 +51,8 @@ Item {
Content {
id: content
+ wrapper: root
visibilities: root.visibilities
+ panels: root.panels
}
}