Jonas Dreßler 074129682b altTab: Remove get_preferred_width override of AppIcon
This vfunc override has been introduced to ensure app icons are always
squared, but since the container of the AppIcon gets a square allocation
anyway if the 'square' property of the SwitcherButton is set, there's
no need to return a special width here.

Without the override we can also stop setting the size of the iconBin
manually. And since shell_app_create_icon_texture() uses logical pixels
but clutter_actor_set_size() uses screen pixels, that means we now no
longer set the size of the icon back to the unscaled value after it was
already correct.

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/1325
2019-07-01 20:46:26 +02:00
..
2019-05-15 19:32:29 +00:00
2019-06-18 22:03:34 +00:00
2019-05-15 19:32:29 +00:00
2019-06-21 21:09:56 +00:00
2019-06-05 08:15:10 +00:00
2019-05-15 19:32:29 +00:00