[PATCH] bug 310046 - smaller title frame in the side pane (browser windows)
- From: Vincent Noel <vincent noel gmail com>
- To: Nautilus <nautilus-list gnome org>
- Subject: [PATCH] bug 310046 - smaller title frame in the side pane (browser windows)
- Date: Wed, 20 Jul 2005 09:21:53 -0400
Hey all,
here is a patch for bug 310046 - smaller title frame in the side pane
(browser windows)
http://bugzilla.gnome.org/show_bug.cgi?id=310046
I think with this patch the side pane title frame looks better. I know
it's subjective, and that it's not a menu, so there's no justification
for using a GTK_ICON_SIZE_MENU. However, there's no justification for
using a GTK_ICON_SIZE_SMALL_TOOLBAR either...
I guess it's kinda late for this kind of UI change right now...
Cheers
Vincent
Index: src/nautilus-side-pane.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-side-pane.c,v
retrieving revision 1.9
diff -u -r1.9 nautilus-side-pane.c
--- src/nautilus-side-pane.c 28 Jun 2005 12:54:45 -0000 1.9
+++ src/nautilus-side-pane.c 11 Jul 2005 18:45:21 -0000
@@ -379,7 +379,7 @@
gtk_widget_show (close_button);
image = gtk_image_new_from_stock (GTK_STOCK_CLOSE,
- GTK_ICON_SIZE_SMALL_TOOLBAR);
+ GTK_ICON_SIZE_MENU);
gtk_widget_show (image);
gtk_container_add (GTK_CONTAINER (close_button), image);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]