GNOME Bugzilla – Bug 694969
Fix overview sizing with multimonitor
Last modified: 2013-03-02 00:03:44 UTC
Previously, the overview BoxLayout was sized and positioned explicitly using the primary monitor coordinates, as its parent was at 0,0 and with a fixed layout manager. Now we use a bin layout, so we need to position and size the stack actor, and set the overview boxlayout to expand. Take also the occasion to use a MonitorConstraint instead of handling position and size manually.
Created attachment 237763 [details] [review] Fix overview sizing with multimonitor
Review of attachment 237763 [details] [review]: Again looks reasonable, but I can't test the patch myself - I assume you did ...
Attachment 237763 [details] pushed as 030e6aa - Fix overview sizing with multimonitor