diff --git a/Modules/ControlCenter/Cards/MediaCard.qml b/Modules/ControlCenter/Cards/MediaCard.qml index be99ef13..cf3b447e 100644 --- a/Modules/ControlCenter/Cards/MediaCard.qml +++ b/Modules/ControlCenter/Cards/MediaCard.qml @@ -50,6 +50,12 @@ NBox { visible: MediaService.currentPlayer && MediaService.canPlay spacing: Style.marginM * scaling + Layout.alignment: Qt.AlignHCenter + + Item { + Layout.fillWidth: true + Layout.fillHeight: true + } // Player selector using NContextMenu Rectangle { @@ -341,5 +347,10 @@ NBox { Layout.alignment: Qt.AlignHCenter } } + + Item { + Layout.fillWidth: true + Layout.fillHeight: true + } } -} +} \ No newline at end of file