diff --git a/extensions/window-list/workspaceIndicator.js b/extensions/window-list/workspaceIndicator.js index f3eff1c5..22972240 100644 --- a/extensions/window-list/workspaceIndicator.js +++ b/extensions/window-list/workspaceIndicator.js @@ -117,6 +117,8 @@ class WorkspaceThumbnail extends St.Button { child: new Clutter.Actor({ layout_manager: new WorkspaceLayout(), clip_to_allocation: true, + x_expand: true, + y_expand: true, }), });