Skip to content

qml: consider device pixel ratio for round image source size

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/imagedevicepixelratio into master

This was not a requirement before as it was done within the round image directly, but now that we use the default image QQuickImage, we need this like we do for normal images.

I do not want to do this within RoundImage.qml directly, for the same reason QQuickImage does not do that itself.

I also do not think having ScaledRoundImage.qml is a good idea.

Request review @chub.

Edited by Fatih Uzunoğlu

Merge request reports

Loading