GNOME Bugzilla – Bug 654977
Nicer search results layout
Last modified: 2012-05-22 15:44:48 UTC
Created attachment 192314 [details] Settings search mockup Search results aren't laid out evenly and they are packed together too tightly. Also, panel descriptions are truncated. There is plenty of space available, we might as well use it. A mockup for a new layout is attached. This got a +1 from jimmac and hbons on IRC.
Looks nice. And has been complained about before, too
*** Bug 654694 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 673869 ***
I think we want those specific UI changes for the search.
Created attachment 214627 [details] [review] Implement a new search results design Search results aren't laid out evenly and they are packed together too tightly. Also, panel descriptions are truncated. There is plenty of space available, we might as well use it.
One thing that I haven't done is set the description text to be dim. I think it might make sense to use a css class for this so it works in themes. I've opened bug 676536 for this.
Review of attachment 214627 [details] [review]: You should also remove the now unused search_renderer struct member. ::: shell/gnome-control-center.c @@ +594,3 @@ + char *id = NULL; + + if (gtk_tree_selection_get_selected (selection, &model, &iter)) if (!gtk_tree_selection_get_selected ()) return; would be better.
Attachment 214627 [details] pushed as e18742c - Implement a new search results design