diff --git a/js/ui/layout.js b/js/ui/layout.js index 6f810395d..8f08d3768 100644 --- a/js/ui/layout.js +++ b/js/ui/layout.js @@ -203,6 +203,7 @@ var LayoutManager = new Lang.Class({ // Set up stage hierarchy to group all UI actors under one container. this.uiGroup = new Shell.GenericContainer({ name: 'uiGroup' }); + this.uiGroup.set_flags(Clutter.ActorFlags.NO_LAYOUT); this.uiGroup.connect('allocate', (actor, box, flags) => { let children = actor.get_children(); for (let i = 0; i < children.length; i++)