From b2ad31a27eab7e8e26e287a51da9ef763764ecf5 Mon Sep 17 00:00:00 2001 From: purian23 Date: Wed, 14 Jan 2026 18:03:16 -0500 Subject: [PATCH] dankdash: Center Media Art & Controls --- quickshell/Modules/DankDash/MediaPlayerTab.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quickshell/Modules/DankDash/MediaPlayerTab.qml b/quickshell/Modules/DankDash/MediaPlayerTab.qml index 7528d075..483d27a5 100644 --- a/quickshell/Modules/DankDash/MediaPlayerTab.qml +++ b/quickshell/Modules/DankDash/MediaPlayerTab.qml @@ -327,11 +327,12 @@ Item { clip: false visible: !_noneAvailable && (!showNoPlayerNow) ColumnLayout { - x: 72 - y: 20 width: 484 height: 370 spacing: Theme.spacingXS + anchors.top: parent.top + anchors.topMargin: 20 + anchors.horizontalCenter: parent.horizontalCenter Item { width: parent.width