Skip to content

qml: use ScaledImage in ArtworkInfoWidget

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/scaledimageartworkinfo into master

According to the docs, fillMode of PreserveAspectFit is respected even if sourceSize is set for both width and height. Because of this, we can directly use ScaledImage.

Edited by Fatih Uzunoğlu

Merge request reports