[seahorse] Bug 622534 - Use smaller icons in "new" dialog



commit fbd62228e335b68e7d4d797993833323d1d1acfa
Author: Adam Schreiber <sadam gnome org>
Date:   Mon Jul 19 16:30:13 2010 -0400

    Bug 622534  - Use smaller icons in "new" dialog
    
    Changed from GTK_ICON_SIZE_DIALOG to _DND

 src/seahorse-generate-select.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/seahorse-generate-select.c b/src/seahorse-generate-select.c
index b25731e..23479fc 100644
--- a/src/seahorse-generate-select.c
+++ b/src/seahorse-generate-select.c
@@ -141,7 +141,7 @@ seahorse_generate_select_constructor (GType type, guint n_props, GObjectConstruc
 	g_return_val_if_fail (self->pv->view, NULL);
 	
 	pixcell = gtk_cell_renderer_pixbuf_new ();
-	g_object_set (pixcell, "stock-size", GTK_ICON_SIZE_DIALOG, NULL);
+	g_object_set (pixcell, "stock-size", GTK_ICON_SIZE_DND, NULL);
 	gtk_tree_view_insert_column_with_attributes (self->pv->view, -1, "", pixcell, "stock-id", COLUMN_ICON, NULL);
 	gtk_tree_view_insert_column_with_attributes (self->pv->view, -1, "", gtk_cell_renderer_text_new (), "markup", COLUMN_TEXT, NULL);
 	gtk_tree_view_set_model (self->pv->view, GTK_TREE_MODEL (self->pv->store));



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