summaryrefslogtreecommitdiff
path: root/modules/drawers/Drawers.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/drawers/Drawers.qml')
-rw-r--r--modules/drawers/Drawers.qml16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/drawers/Drawers.qml b/modules/drawers/Drawers.qml
index 26f177c..06183dd 100644
--- a/modules/drawers/Drawers.qml
+++ b/modules/drawers/Drawers.qml
@@ -133,17 +133,17 @@ Variants {
visibilities: visibilities
bar: bar
}
- }
- BarWrapper {
- id: bar
+ BarWrapper {
+ id: bar
- anchors.top: parent.top
- anchors.bottom: parent.bottom
+ anchors.top: parent.top
+ anchors.bottom: parent.bottom
- screen: scope.modelData
- visibilities: visibilities
- popouts: panels.popouts
+ screen: scope.modelData
+ visibilities: visibilities
+ popouts: panels.popouts
+ }
}
}
}