Skip to content
Snippets Groups Projects
Commit 48f87f14 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

qml/PlaylistListView: set mipmap for artwork

parent 449ae246
No related branches found
No related tags found
1 merge request!639qml: small UI changes in PlaylistListView
......@@ -227,6 +227,8 @@ Control {
Image {
id: artwork
mipmap: true
anchors.fill: parent
fillMode: Image.PreserveAspectFit
source: (model.artwork && model.artwork.toString()) ? model.artwork : VLCStyle.noArtCover
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment