GNOME Bugzilla – Bug 643300
alt-tab: Enforce icon size
Last modified: 2011-02-25 23:12:16 UTC
When discussing the right approach to bug 642043, both Jon and Jimmac preferred scaling over padding ("preferred" as in "lesser evil"). The alt tab popup should behave consistently with the dash, so scale fallback icons there as well.
Created attachment 181921 [details] [review] alt-tab: Enforce icon size For applications with no proper desktop file, the window icon is used as application icon in the tab switcher, but it won't have the correct icon size. The current approach is to add additional padding to these icons - the size turns out inconsistent with other icons, but the icon appears sharp. For the dash it has been decided that unsharp icons are less evil than differing icon sizes, so icons are scaled up to the "right" size - for consistency, do the same in the alt-tab switcher.
Review of attachment 181921 [details] [review]: Patch looks good, the commit message is a bit to verbose imo, but well better too much information in it then none ;)
Attachment 181921 [details] pushed as c72241d - alt-tab: Enforce icon size