Skip to content

qml: only use RoundImage in DragItem

Pierre Lamot requested to merge chub/vlc:qml/dragitem-no-delegate into master

network cover specialized item can easily be replaced by the default implementation, as both its artwork and fallback image are URI.

DragItem shows the artworks in a rounded shape and low resolution, the default fill policy of roundimage (PreserveAspectCrop) gives good results for this use case

Merge request reports