Skip to content

Display high DPI album art when using scaling

Nate Graham requested to merge ngraham/elisa:display-hidpi-album-art into master

BUG: 464342 FIXED-IN: 22.12.2

Currently they are a bit blurry when using screen scaling, even when they could be displayed in a sharper way.

Before After
Grid view Grid_view__before Grid_view__after
Party Mode Party_Mode__before Party_Mode__after

The before and after images should speak for themselves, but something about multiplying the sourceSize values by the screen DPI makes me feel slightly queasy, so I'm CCing some of ur QML experts: @apol @davidedmundson @ndavis @ratijas

Merge request reports