After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 416407 - The zoom control contains a non transparent event box
The zoom control contains a non transparent event box
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Visual Design
2.16.x
Other Linux
: Normal trivial
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-09 11:46 UTC by Benjamin Berg
Modified: 2007-06-12 10:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a patch (677 bytes, patch)
2007-03-09 11:46 UTC, Benjamin Berg
none Details | Review

Description Benjamin Berg 2007-03-09 11:46:02 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.
Comment 1 Benjamin Berg 2007-03-09 11:46:40 UTC
Created attachment 84303 [details] [review]
a patch
Comment 2 Andrea Cimitan 2007-05-17 21:48:47 UTC
hei! :)
In gtk-engines we added the coloring support for toolbar, but with that bug it looks bad in nautilus.
please fix
Comment 3 Andrea Cimitan 2007-06-09 00:00:42 UTC
Is the proposed patch ok?
Comment 4 Christian Neumair 2007-06-09 14:28:39 UTC
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.
Comment 5 Martin Wehner 2007-06-12 00:42:44 UTC
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?
Comment 6 Benjamin Berg 2007-06-12 10:09:15 UTC
Yes, using a button here fixes it. (A button uses an input only window)