1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 23:12:49 -05:00

Allow exclusive zone modifier

This commit is contained in:
bbedward
2025-08-25 23:29:31 -04:00
parent f074333c35
commit d48f5b0b3f
3 changed files with 35 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ PanelWindow {
right: true
}
exclusiveZone: !SettingsData.topBarVisible || autoHide ? -1 : root.effectiveBarHeight + SettingsData.topBarSpacing - 2
exclusiveZone: !SettingsData.topBarVisible || autoHide ? -1 : root.effectiveBarHeight + SettingsData.topBarSpacing - 2 + SettingsData.topBarBottomGap
mask: Region {
item: topBarMouseArea