]> www.fi.muni.cz Git - evince.git/commitdiff
Make sidebar close icon smaller. Fix for bug 350177. See also bugs 350176
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Fri, 11 Aug 2006 05:39:23 +0000 (05:39 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Fri, 11 Aug 2006 05:39:23 +0000 (05:39 +0000)
2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-sidebar.c: (ev_sidebar_init):

Make sidebar close icon smaller. Fix for bug 350177.
See also bugs 350176 and 165770.

ChangeLog
shell/ev-sidebar.c

index 84d1c477e5d7643232d45d34a3f26f8cd16a82ad..240733e63ff780f84e32d61c5f2ed8c7c80c6bad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-sidebar.c: (ev_sidebar_init):
+       
+       Make sidebar close icon smaller. Fix for bug 350177.
+       See also bugs 350176 and 165770.
+
 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
index 509a90b35ee3aa509ae635497c9639b44c7f3c67..ca04157e34f6e6ec9149aeb095848ce21e0beac0 100644 (file)
@@ -386,7 +386,7 @@ ev_sidebar_init (EvSidebar *ev_sidebar)
                          ev_sidebar);
           
        image = gtk_image_new_from_stock (GTK_STOCK_CLOSE,
-                                         GTK_ICON_SIZE_SMALL_TOOLBAR);
+                                         GTK_ICON_SIZE_MENU);
        gtk_container_add (GTK_CONTAINER (close_button), image);
        gtk_widget_show (image);