[file-roller: 22/26] use bigger icons in the fie list



commit 0b70f4f6075348cfaccc7070aae8eba99afa1c8f
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Aug 9 16:51:43 2012 +0200

    use bigger icons in the fie list

 src/fr-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 793c75a..0582581 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -785,7 +785,7 @@ fr_window_realized (GtkWidget *widget,
 	GIcon        *icon;
 	GtkClipboard *clipboard;
 
-	window->priv->list_icon_cache = gth_icon_cache_new_for_widget (GTK_WIDGET (window), GTK_ICON_SIZE_MENU);
+	window->priv->list_icon_cache = gth_icon_cache_new_for_widget (GTK_WIDGET (window), GTK_ICON_SIZE_LARGE_TOOLBAR);
 	window->priv->tree_icon_cache = gth_icon_cache_new_for_widget (GTK_WIDGET (window), GTK_ICON_SIZE_MENU);
 
 	icon = g_content_type_get_icon ("text/plain");



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