[gnome-control-center] Revert "Increase icon size to 48px"



commit d009a3fc352287306035230fa58d3e56a65ab80a
Author: William Jon McCann <jmccann redhat com>
Date:   Tue May 1 14:55:43 2012 -0400

    Revert "Increase icon size to 48px"
    
    This reverts commit c8c8720d726b78a66ff2f2c6a8061c377ccd76e3.

 shell/cc-shell-model.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/cc-shell-model.c b/shell/cc-shell-model.c
index fce7fee..a93c7b6 100644
--- a/shell/cc-shell-model.c
+++ b/shell/cc-shell-model.c
@@ -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,
-                                              48, GTK_ICON_LOOKUP_FORCE_SIZE);
+                                              32, GTK_ICON_LOOKUP_FORCE_SIZE);
   if (icon_info)
     {
       pixbuf = gtk_icon_info_load_icon (icon_info, &err);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]