Skip to content

Icon: Use correct devicePixelRatio

David Edmundson requested to merge work/d_ed/icon_fixes into master

QQuickWindow has two devicePixelRatios, documentation is to always use the effectiveDevicePixelRatio.

This matters when rendering into a QQuickWidget where the window scale does not match the screen scale.

--

Also fix dynamic changes

Merge request reports