mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 07:34:53 +00:00
Increase typical icon size to 96
Since we want nice alt-tab applications for gnome-shell, we should up the limit to 96. In the future, we probably want to get rid of the icon-cache, and allow looking up a correctly sized icon directly from the window. To prevent app breakage, set the legacy WM_HINTS pixmap size directly to 32x32. https://bugzilla.gnome.org/show_bug.cgi?id=689651
This commit is contained in:
@@ -298,8 +298,8 @@ struct _MetaFrameBorders
|
||||
void meta_frame_borders_clear (MetaFrameBorders *self);
|
||||
|
||||
/* should investigate changing these to whatever most apps use */
|
||||
#define META_ICON_WIDTH 32
|
||||
#define META_ICON_HEIGHT 32
|
||||
#define META_ICON_WIDTH 96
|
||||
#define META_ICON_HEIGHT 96
|
||||
#define META_MINI_ICON_WIDTH 16
|
||||
#define META_MINI_ICON_HEIGHT 16
|
||||
|
||||
|
Reference in New Issue
Block a user