After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692453 - searchDisplay: set a max width on the search results scrolled child
searchDisplay: set a max width on the search results scrolled child
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-24 14:56 UTC by Cosimo Cecchi
Modified: 2013-01-24 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
searchDisplay: set a max width on the search results scrolled child (3.10 KB, patch)
2013-01-24 14:56 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2013-01-24 14:56:03 UTC
Don't expand the results across the whole scren; this matches the mockups.
Comment 1 Cosimo Cecchi 2013-01-24 14:56:05 UTC
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.
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-01-24 16:39:16 UTC
Review of attachment 234308 [details] [review]:

OK.
Comment 3 Cosimo Cecchi 2013-01-24 17:06:59 UTC
Attachment 234308 [details] pushed as 30aaa6e - searchDisplay: set a max width on the search results scrolled child