GNOME Bugzilla – Bug 416407
The zoom control contains a non transparent event box
Last modified: 2007-06-12 10:09:15 UTC
The percentage display in the nautilus toolbar is not transparent. This can be easily fixed by setting GTK_NO_WINDOW on the event box, instead of unsetting it.
Created attachment 84303 [details] [review] a patch
hei! :) In gtk-engines we added the coloring support for toolbar, but with that bug it looks bad in nautilus. please fix
Is the proposed patch ok?
CCing Iain Holmes <iain@prettypeople.org>, who wrote the original code: http://svn.gnome.org/viewcvs/nautilus?view=revision&revision=9423 I wonder why the call with an opposite effect was added in the first place.
I just committed the patch from bug 326733 which changes the zoom label to have a button and which removes the offending flag. Could you verify that this resolves your issue too?
Yes, using a button here fixes it. (A button uses an input only window)