Increase icon size to 48px
https://bugzilla.gnome.org/show_bug.cgi?id=673869
This commit is contained in:
parent
ad0e02f100
commit
599f19a595
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ load_pixbuf_for_gicon (GIcon *icon)
|
||||||
theme = gtk_icon_theme_get_default ();
|
theme = gtk_icon_theme_get_default ();
|
||||||
|
|
||||||
icon_info = gtk_icon_theme_lookup_by_gicon (theme, icon,
|
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)
|
if (icon_info)
|
||||||
{
|
{
|
||||||
pixbuf = gtk_icon_info_load_icon (icon_info, &err);
|
pixbuf = gtk_icon_info_load_icon (icon_info, &err);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue