Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog7
-rw-r--r--shell/ev-sidebar.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 84d1c47..240733e 100644
--- 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):
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);