GNOME Bugzilla – Bug 706673
Toolbar has a double bottom border
Last modified: 2013-08-24 15:16:19 UTC
The bottom border is 2px wide. It should be 1px. Could be due to bug 706418 being fixed.
Created attachment 252940 [details] [review] nautilus: Remove duplicate borders The toolbar has a bottom border now, which, added to the top borders on the places sidebar, the pane separator, and the notebook frame, results in a double border. Remove the later three to get a single border. This is a patch for gnome-themes-standard.
Created attachment 252946 [details] [review] nautilus: Remove search bar top border, add bottom border The search bar theming was expecting a border below and no border above. Now that the toolbar is drawing the border, we need to draw a bottom border instead of a top border.
Created attachment 252947 [details] [review] nautilus: Drop search bar overrides for tabs The theming of the search bar for "no tabs" is identical now.
Created attachment 252950 [details] [review] nautilus: Remove search bar top border, add bottom border The search bar theming was expecting a border below and no border above. Now that the toolbar is drawing the border, we need to draw a bottom border instead of a top border. Changed from first version of the patch: Remove bottom border if search bar is not the only child of the query editor.
Created attachment 252951 [details] [review] nautilus: Drop search bar overrides for tabs The theming of the search bar for "no tabs" is identical now.
*** Bug 706710 has been marked as a duplicate of this bug. ***
Thanks Antonio! I pushed all of these, with an additional cleanup patch, to git master now. Attachment 252940 [details] pushed as c7d2778 - nautilus: Remove duplicate borders Attachment 252950 [details] pushed as 823af26 - nautilus: Remove search bar top border, add bottom border Attachment 252951 [details] pushed as fe21bba - nautilus: Drop search bar overrides for tabs