mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
layout: Force size of overviewGroup
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. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2351>
This commit is contained in:
parent
abe9ba4b0f
commit
2defa96198
1 changed files with 4 additions and 0 deletions
|
|
@ -233,6 +233,10 @@ var LayoutManager = GObject.registerClass({
|
|||
name: 'overviewGroup',
|
||||
visible: false,
|
||||
reactive: true,
|
||||
constraints: new Clutter.BindConstraint({
|
||||
source: this.uiGroup,
|
||||
coordinate: Clutter.BindCoordinate.ALL,
|
||||
}),
|
||||
});
|
||||
this.addChrome(this.overviewGroup);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue