GNOME Bugzilla – Bug 709862
Use search-bar style class for query editor
Last modified: 2013-12-02 21:40:01 UTC
Currently we rely on primary toolbar styling for the query editor. GTK+ master now has a search-bar style class. This seems more appropriate for the query editor.
Created attachment 256946 [details] [review] Use search-bar style class for query editor
Review of attachment 256946 [details] [review]: ::: src/nautilus-query-editor.c @@ +853,3 @@ row->toolbar = gtk_toolbar_new (); + gtk_style_context_add_class (gtk_widget_get_style_context (row->toolbar), + "search-bar"); I don't think this style class is really needed on the row widgets, as they don't have a search entry on them.
Created attachment 259937 [details] screenshot (with rows using search-bar) - red for effect They extend the search bar though. I don't think it makes sense to have them be distinct bars.
Created attachment 259938 [details] screenshot (with rows not using search-bar) - red for effect
I pushed this after checking with jimmac that this makes sense. <jimmac> mccann, makes sense. they both get revealed temporarily and are on the same "level"