mirror of
https://github.com/brl/mutter.git
synced 2025-07-17 23:57:18 +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:
@ -366,7 +366,7 @@ meta_window_class_init (MetaWindowClass *klass)
|
||||
PROP_ICON,
|
||||
g_param_spec_object ("icon",
|
||||
"Icon",
|
||||
"32 pixel sized icon",
|
||||
"96 pixel sized icon",
|
||||
GDK_TYPE_PIXBUF,
|
||||
G_PARAM_READABLE));
|
||||
|
||||
|
Reference in New Issue
Block a user