Skip to content

Commit

Permalink
skins/QMLDemo: Add cover art to deck row
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed May 28, 2021
1 parent c22eff6 commit 77a1e07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions res/skins/QMLDemo/Deck.qml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ Item {
height: 60
color: "#121213"

Rectangle {
Image {
id: coverArt

anchors.top: parent.top
anchors.left: parent.left
anchors.bottom: parent.bottom
width: height
color: "black"
mipmap: true
source: root.deckPlayer.coverArtUrl
}

Item {
Expand Down

0 comments on commit 77a1e07

Please sign in to comment.