GNOME Bugzilla – Bug 733554
search loupes in sidebar takes up precious space
Last modified: 2014-09-01 19:22:07 UTC
The search loupe icons in the from and to takes up precious space that can be used to show locations that can sometimes be quite long. Google maps and a lot of other map services seems to do fine without these, so I think it's better to stick closer to the mockup and not have them here either.
Sounds fine. The small trouble is we use the GtkSearchEntry (that has the loupe) in our PlaceEntry class in both sidebar and the main search. I gather you want the loupe to stay in the main search bar?
(In reply to comment #1) > Sounds fine. > > The small trouble is we use the GtkSearchEntry (that has the loupe) in our > PlaceEntry class in both sidebar and the main search. I gather you want the > loupe to stay in the main search bar? Yep!
Created attachment 284978 [details] [review] Do not show loupe in route PlaceEntries How about something like this?
Review of attachment 284978 [details] [review]: Being a nitpicker, I'll suggest to divide it into two patches. One to add the new prop, the other to use it.
Created attachment 285046 [details] [review] placeEntry: Add 'loupe' property Add a property that controls whether to show the loupe icon in the GtkSearchEntry or not.
Created attachment 285047 [details] [review] Only use the loupe icon on the main search Do not display the loupe icon on the route planning PlaceEntries.
Attachment 285046 [details] pushed as 1cafcc4 - placeEntry: Add 'loupe' property Attachment 285047 [details] pushed as 00c24a2 - Only use the loupe icon on the main search