1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -05:00

dash: fix IPC positioning

This commit is contained in:
bbedward
2025-10-29 10:42:39 -04:00
parent 5e36b1454a
commit 76b168020c
4 changed files with 12 additions and 14 deletions

View File

@@ -965,7 +965,7 @@ Singleton {
}
return {
"x": relativeX,
"y": barThickness + dankBarSpacing + dankBarBottomGap + Theme.popupDistance,
"y": barThickness + dankBarSpacing + Theme.popupDistance,
"width": widgetWidth
}
}