screenshot: Expand window contents
More fallout from commit c290a38730eb2 … Closes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7287 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3083>
This commit is contained in:
parent
35f6111ec9
commit
b5e5b67e22
@ -773,8 +773,11 @@ class UIWindowSelectorLayout extends Workspace.WorkspaceLayout {
|
|||||||
|
|
||||||
const UIWindowSelectorWindowContent = GObject.registerClass(
|
const UIWindowSelectorWindowContent = GObject.registerClass(
|
||||||
class UIWindowSelectorWindowContent extends Clutter.Actor {
|
class UIWindowSelectorWindowContent extends Clutter.Actor {
|
||||||
_init(actor, params) {
|
constructor(actor) {
|
||||||
super._init(params);
|
super({
|
||||||
|
x_expand: true,
|
||||||
|
y_expand: true,
|
||||||
|
});
|
||||||
|
|
||||||
const window = actor.metaWindow;
|
const window = actor.metaWindow;
|
||||||
this._boundingBox = window.get_frame_rect();
|
this._boundingBox = window.get_frame_rect();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user