summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-10-05 17:06:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-10-05 17:06:00 +0000
commitdd0a7ce60858b9bd405fee371ae8021217988e7e (patch)
tree3717ad0d7e1edf84fe93bab5b9b51a8f9cb83554 /gtk/gtkicontheme.c
parent841bb40d783f37e3a46d6f173653397dfed8470e (diff)
downloadgdk-pixbuf-dd0a7ce60858b9bd405fee371ae8021217988e7e.tar.gz
Go back to not scaling up at all. Less magic.
2004-10-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to not scaling up at all. Less magic.
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r--gtk/gtkicontheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index f4be0e403..6ac490e32 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -2326,7 +2326,7 @@ icon_info_ensure_scale_and_pixbuf (GtkIconInfo *icon_info,
icon_info->scale = 1.0;
if (icon_info->dir_type == ICON_THEME_DIR_UNTHEMED)
- icon_info->scale = MIN (icon_info->scale, 1.5);
+ icon_info->scale = MIN (icon_info->scale, 1.0);
}
/* We don't short-circuit out here for scale_only, since, now