summaryrefslogtreecommitdiff
path: root/modules/drawers/Panels.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/drawers/Panels.qml')
-rw-r--r--modules/drawers/Panels.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/drawers/Panels.qml b/modules/drawers/Panels.qml
index b127031..0514b3e 100644
--- a/modules/drawers/Panels.qml
+++ b/modules/drawers/Panels.qml
@@ -14,6 +14,7 @@ Item {
required property ShellScreen screen
required property PersistentProperties visibilities
+ required property Item bar
readonly property Osd.Wrapper osd: osd
readonly property Notifications.Wrapper notifications: notifications
@@ -24,6 +25,7 @@ Item {
anchors.fill: parent
anchors.margins: BorderConfig.thickness
+ anchors.leftMargin: bar.implicitWidth
Component.onCompleted: Visibilities.panels[screen] = this