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 694969 - Fix overview sizing with multimonitor
Fix overview sizing with multimonitor
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: overview
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-01 23:09 UTC by Giovanni Campagna
Modified: 2013-03-02 00:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix overview sizing with multimonitor (2.63 KB, patch)
2013-03-01 23:09 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2013-03-01 23:09:28 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.
Comment 1 Giovanni Campagna 2013-03-01 23:09:32 UTC
Created attachment 237763 [details] [review]
Fix overview sizing with multimonitor
Comment 2 Florian Müllner 2013-03-01 23:30:00 UTC
Review of attachment 237763 [details] [review]:

Again looks reasonable, but I can't test the patch myself - I assume you did ...
Comment 3 Giovanni Campagna 2013-03-02 00:03:40 UTC
Attachment 237763 [details] pushed as 030e6aa - Fix overview sizing with multimonitor