diff --git a/modules/Mpris.qml b/modules/Mpris.qml index 4fd58ef..1b391cd 100644 --- a/modules/Mpris.qml +++ b/modules/Mpris.qml @@ -121,10 +121,10 @@ M.BarSection { panelNamespace: "nova-mpris" contentWidth: 280 - // Album art + // Album art — always 1:1 Item { width: parent.width - height: _artImg._hasArt ? 140 : 60 + height: width clip: true Rectangle {