1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-09 06:55:37 -05:00

Scroll bars and fix position

This commit is contained in:
bbedward
2025-07-10 20:19:10 -04:00
parent 052e47614b
commit cf1f610eff
2 changed files with 220 additions and 233 deletions

View File

@@ -549,7 +549,7 @@ PanelWindow {
root.currentTrayItem = trayItem
// Simple positioning: right side of screen, below the panel
root.trayMenuX = rightSection.x + rightSection.width - 180 - Theme.spacingL
root.trayMenuX = rightSection.x + rightSection.width - 400 - Theme.spacingL
root.trayMenuY = Theme.barHeight + Theme.spacingS
console.log("Showing menu at:", root.trayMenuX, root.trayMenuY)