From 81f8b8c70408c541a7b9a98a8cbd905365d510c0 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Fri, 11 Aug 2006 05:39:23 +0000 Subject: [PATCH] Make sidebar close icon smaller. Fix for bug 350177. See also bugs 350176 2006-08-11 Nickolay V. Shmyrev * shell/ev-sidebar.c: (ev_sidebar_init): Make sidebar close icon smaller. Fix for bug 350177. See also bugs 350176 and 165770. --- ChangeLog | 7 +++++++ shell/ev-sidebar.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84d1c477..240733e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-08-11 Nickolay V. Shmyrev + + * 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 * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest): diff --git a/shell/ev-sidebar.c b/shell/ev-sidebar.c index 509a90b3..ca04157e 100644 --- a/shell/ev-sidebar.c +++ b/shell/ev-sidebar.c @@ -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); -- 2.43.5