Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2006-08-11 05:39:23 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-08-11 05:39:23 (GMT)
commit81f8b8c70408c541a7b9a98a8cbd905365d510c0 (patch)
treef1ce756b078cc30b8640f6d365e6df0c2abd45f7 /shell/ev-sidebar.c
parent36cce1e9da6ca90f14665a5b52b810bc08b8427e (diff)
Make sidebar close icon smaller. Fix for bug 350177. See also bugs 350176
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.
Diffstat (limited to 'shell/ev-sidebar.c')
-rw-r--r--shell/ev-sidebar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar.c b/shell/ev-sidebar.c
index 509a90b..ca04157 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);