Increase icon size to 48px

https://bugzilla.gnome.org/show_bug.cgi?id=673869
This commit is contained in:
Jon McCann 2012-04-10 16:42:09 -04:00 committed by Bastien Nocera
parent ad0e02f100
commit 599f19a595

View file

@ -43,7 +43,7 @@ load_pixbuf_for_gicon (GIcon *icon)
theme = gtk_icon_theme_get_default ();
icon_info = gtk_icon_theme_lookup_by_gicon (theme, icon,
32, GTK_ICON_LOOKUP_FORCE_SIZE);
48, GTK_ICON_LOOKUP_FORCE_SIZE);
if (icon_info)
{
pixbuf = gtk_icon_info_load_icon (icon_info, &err);