diff options
author | Elias Aebi <[email protected]> | 2013-11-03 20:07:05 +0100 |
---|---|---|
committer | Elias Aebi <[email protected]> | 2013-11-03 20:07:05 +0100 |
commit | 293be904e1852d0da0372c5fa71d7eaf491d5356 (patch) | |
tree | d80d9077ff1e9020a7da335cc9d2638bbd28042f | |
parent | 26e32ccc5efa5885227fa9e5e9b7bfb22e32b62d (diff) | |
download | caja-293be904e1852d0da0372c5fa71d7eaf491d5356.tar.bz2 caja-293be904e1852d0da0372c5fa71d7eaf491d5356.tar.xz |
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
-rw-r--r-- | src/caja-navigation-window-pane.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |