[PageViewMessage] Resolve icon on the fly
Use PM_SmallIconSize
for size calculation exclusively and
then have QPainter
resolve it to the correct device pixel
ratio during paint.
Before
After
Edited by Kai Uwe Broulik
Use PM_SmallIconSize
for size calculation exclusively and
then have QPainter
resolve it to the correct device pixel
ratio during paint.
Before
After