[gnome-disk-utility] Make the icons in the storage list a bit bigger



commit 449df08b66fca77d227ce0e91f78d7329b8583bd
Author: David Zeuthen <davidz redhat com>
Date:   Sat Jan 23 15:32:06 2010 -0500

    Make the icons in the storage list a bit bigger

 src/gdu-gtk/gdu-pool-tree-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gdu-gtk/gdu-pool-tree-view.c b/src/gdu-gtk/gdu-pool-tree-view.c
index 69bf7af..5897fca 100644
--- a/src/gdu-gtk/gdu-pool-tree-view.c
+++ b/src/gdu-gtk/gdu-pool-tree-view.c
@@ -242,7 +242,7 @@ pixbuf_data_func (GtkCellLayout   *cell_layout,
 
         g_object_set (renderer,
                       "gicon", icon,
-                      "stock-size", GTK_ICON_SIZE_MENU,
+                      "stock-size", GTK_ICON_SIZE_LARGE_TOOLBAR,
                       NULL);
 
         g_object_unref (p);



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