GNOME Bugzilla – Bug 310046
smaller title frame in the side pane (browser windows)
Last modified: 2007-12-30 15:28:35 UTC
Browser windows look nicer when a smaller version of the close icon is used.
Created attachment 48973 [details] before (left) and after (right) comparison
Of course, this is very subjective :-) But the title in the side pane has always looked akward to me, and this one-line change looks better to me : 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);
Maybe you could send this patch to the nautilus mailing list [1] for review? [1] http://mail.gnome.org/mailman/listinfo/nautilus-list
Vincent?
I sent it to the nautilus mailing list, however I'm afraid it's a little late to change the UI...
Reading the code, Vincent patch seems to be committed in current SVN trunk, so I'm closing this bug as FIXED.