GNOME Bugzilla – Bug 692453
searchDisplay: set a max width on the search results scrolled child
Last modified: 2013-01-24 17:07:02 UTC
Don't expand the results across the whole scren; this matches the mockups.
Created attachment 234308 [details] [review] searchDisplay: set a max width on the search results scrolled child On large displays, we don't want the search results list to expand across the whole screen; set a maximum width of 1000px. Unfortunately, since in St max-width only affects size requisition, we need a little custom layout manager to have it applied to the allocation too.
Review of attachment 234308 [details] [review]: OK.
Attachment 234308 [details] pushed as 30aaa6e - searchDisplay: set a max width on the search results scrolled child