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