summaryrefslogtreecommitdiff
path: root/modules/drawers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/drawers')
-rw-r--r--modules/drawers/Exclusions.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/drawers/Exclusions.qml b/modules/drawers/Exclusions.qml
index c8b3959..e73a6a9 100644
--- a/modules/drawers/Exclusions.qml
+++ b/modules/drawers/Exclusions.qml
@@ -28,8 +28,8 @@ Scope {
component ExclusionZone: StyledWindow {
screen: root.screen
name: "border-exclusion"
- width: BorderConfig.thickness
- height: BorderConfig.thickness
+ implicitWidth: BorderConfig.thickness
+ implicitHeight: BorderConfig.thickness
anchors.top: true
anchors.left: true