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

media: fix position/bar awareness

- shift media control column so it doesnt go off screen
fixes #942
This commit is contained in:
bbedward
2025-12-08 11:51:40 -05:00
parent bb7f7083b9
commit f47b19274c
2 changed files with 11 additions and 2 deletions

View File

@@ -358,6 +358,8 @@ DankPopout {
popoutWidth: root.alignedWidth
popoutHeight: root.alignedHeight
contentOffsetY: Theme.spacingM + 48 + Theme.spacingS + Theme.spacingXS
section: root.triggerSection
barPosition: root.effectiveBarPosition
Component.onCompleted: root.__mediaTabRef = this
onShowVolumeDropdown: (pos, screen, rightEdge, player, players) => {
root.__showVolumeDropdown(pos, rightEdge, player, players);