Comment 6 for bug 1271158

Revision history for this message
Albert Astals Cid (aacid) wrote :

I did some quick analysis and it seems the QIconLoader only supports square images so when we ask for the camera-app at QSize(144, 135) we get one icon that is QSize(135, 135) and then it gets scaled to QSize(144, 135) when showing looking blurry.

Maybe we would need to provide our own QIconEngine in QUbuntuTheme of qtubuntu (based on the private QIconLoaderEngine?) that does not force that square icons restriction?