GNOME Bugzilla – Bug 642124
Fix fuzziness for application icons
Last modified: 2013-02-08 17:14:59 UTC
- Center the icon texture in the area allocated for it, and always give the nominal size - avoid off-by-one scaling if the parent allocated a little less or more size than we wanted. - Use Math.floor() when centering horizontally to avoid allocation at a half pixel.
Created attachment 180684 [details] [review] Fix fuzziness for application icons
Noticed when testing patches in bug 639428
Review of attachment 180684 [details] [review]: Looks good.
Attachment 180684 [details] pushed as 01b6461 - Fix fuzziness for application icons
Was this about the application switcher (Alt-Tab)? If it was, it seems this problem is back in 3.6.2, e.g. the Evolution icon looks blurry. If not, I'll open a new bug.
(In reply to comment #5) > Was this about the application switcher (Alt-Tab)? If it was, it seems this > problem is back in 3.6.2, e.g. the Evolution icon looks blurry. If not, I'll > open a new bug. No, this was for the icon grid in the Applications grid in the overview.
(In reply to comment #6) > (In reply to comment #5) > > Was this about the application switcher (Alt-Tab)? If it was, it seems this > > problem is back in 3.6.2, e.g. the Evolution icon looks blurry. If not, I'll > > open a new bug. > > No, this was for the icon grid in the Applications grid in the overview. Ok, opened bug 693434 for the application switcher (Alt-Tab).