From 293be904e1852d0da0372c5fa71d7eaf491d5356 Mon Sep 17 00:00:00 2001 From: Elias Aebi Date: Sun, 3 Nov 2013 20:07:05 +0100 Subject: use the same icon size for the location button (the button that lets you toggle between button and text-based location bar) as for the close side pane button and the pathbar icons --- src/caja-navigation-window-pane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caja-navigation-window-pane.c b/src/caja-navigation-window-pane.c index da71661b..6266e020 100644 --- a/src/caja-navigation-window-pane.c +++ b/src/caja-navigation-window-pane.c @@ -242,7 +242,7 @@ location_button_create (CajaNavigationWindowPane *pane) GtkWidget *image; GtkWidget *button; - image = gtk_image_new_from_stock (GTK_STOCK_EDIT, GTK_ICON_SIZE_BUTTON); + image = gtk_image_new_from_stock (GTK_STOCK_EDIT, GTK_ICON_SIZE_MENU); gtk_widget_show (image); button = g_object_new (GTK_TYPE_TOGGLE_BUTTON, -- cgit v1.2.1