[nautilus] Use the correct icon sizes for symbolic icons



commit d787093c05f8a1120600e23cd5d602fee3cb6c67
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Aug 9 11:16:19 2012 -0400

    Use the correct icon sizes for symbolic icons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681128

 src/nautilus-query-editor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index 60ce749..48c146a 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -962,7 +962,7 @@ nautilus_query_editor_add_row (NautilusQueryEditor *editor,
 	gtk_box_pack_end (GTK_BOX (hbox), button, FALSE, FALSE, 0);
 
 	image = gtk_image_new_from_icon_name ("window-close-symbolic",
-					      GTK_ICON_SIZE_SMALL_TOOLBAR);
+					      GTK_ICON_SIZE_MENU);
 	gtk_container_add (GTK_CONTAINER (button), image);
 
 	g_signal_connect (button, "clicked",
@@ -1076,7 +1076,7 @@ setup_widgets (NautilusQueryEditor *editor)
 	gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
 
 	image = gtk_image_new_from_icon_name ("list-add-symbolic",
-					      GTK_ICON_SIZE_SMALL_TOOLBAR);
+					      GTK_ICON_SIZE_MENU);
 	gtk_container_add (GTK_CONTAINER (button), image);
 
 	g_signal_connect (button, "clicked",



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