summaryrefslogtreecommitdiff
path: root/modules/drawers/Exclusions.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/drawers/Exclusions.qml')
-rw-r--r--modules/drawers/Exclusions.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/drawers/Exclusions.qml b/modules/drawers/Exclusions.qml
index 188aadb..5557cdb 100644
--- a/modules/drawers/Exclusions.qml
+++ b/modules/drawers/Exclusions.qml
@@ -31,6 +31,7 @@ Scope {
component ExclusionZone: StyledWindow {
screen: root.screen
name: "border-exclusion"
- exclusiveZone: BorderConfig.thickness
+ exclusiveZone: Config.border.thickness
+ mask: Region {}
}
}