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