mpris: make album art always 1:1
This commit is contained in:
parent
d4407ee538
commit
23223a2b73
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue