[gthumb] use a smaller icon for the 'catalog properties' and 'update search' buttons



commit fd914ac53a1586a28fbeea373c29a908dda756d2
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Nov 8 11:22:07 2011 +0100

    use a smaller icon for the 'catalog properties' and  'update search' buttons

 extensions/catalogs/callbacks.c |    2 +-
 extensions/search/callbacks.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extensions/catalogs/callbacks.c b/extensions/catalogs/callbacks.c
index 58edbd4..3cedf18 100644
--- a/extensions/catalogs/callbacks.c
+++ b/extensions/catalogs/callbacks.c
@@ -689,7 +689,7 @@ catalogs__gth_browser_update_extra_widget_cb (GthBrowser *browser)
 	{
 		if (data->properties_button == NULL) {
 			data->properties_button = gtk_button_new ();
-			gtk_container_add (GTK_CONTAINER (data->properties_button), gtk_image_new_from_stock (GTK_STOCK_PROPERTIES, GTK_ICON_SIZE_BUTTON));
+			gtk_container_add (GTK_CONTAINER (data->properties_button), gtk_image_new_from_stock (GTK_STOCK_PROPERTIES, GTK_ICON_SIZE_MENU));
 			g_object_add_weak_pointer (G_OBJECT (data->properties_button), (gpointer *)&data->properties_button);
 			gtk_button_set_relief (GTK_BUTTON (data->properties_button), GTK_RELIEF_NONE);
 			gtk_widget_set_tooltip_text (data->properties_button, _("Catalog Properties"));
diff --git a/extensions/search/callbacks.c b/extensions/search/callbacks.c
index 51a05cd..079e6ec 100644
--- a/extensions/search/callbacks.c
+++ b/extensions/search/callbacks.c
@@ -126,7 +126,7 @@ search__gth_browser_update_extra_widget_cb (GthBrowser *browser)
 
 	if (data->refresh_button == NULL) {
 		data->refresh_button = gtk_button_new ();
-		gtk_container_add (GTK_CONTAINER (data->refresh_button), gtk_image_new_from_stock (GTK_STOCK_REFRESH, GTK_ICON_SIZE_BUTTON));
+		gtk_container_add (GTK_CONTAINER (data->refresh_button), gtk_image_new_from_stock (GTK_STOCK_REFRESH, GTK_ICON_SIZE_MENU));
 		g_object_add_weak_pointer (G_OBJECT (data->refresh_button), (gpointer *)&data->refresh_button);
 		gtk_button_set_relief (GTK_BUTTON (data->refresh_button), GTK_RELIEF_NONE);
 		gtk_widget_set_tooltip_text (data->refresh_button, _("Search again"));



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