Skip to content

Layout: Force size of overviewGroup

Florian Müllner requested to merge fmuellner/gnome-shell:layout-sizing into main

The overviewGroup's size is currently determined by the coverPane actor. That actor is only shown during transitions, so we rely on ClutterFixedLayout including hidden children in its size request.

That odd behavior is about to change, so we need to make sure the overview still requests the correct size.

Fixes fallout from mutter!2488 (merged) before it happens 🎉

Merge request reports