diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index d9c0f08cf..6d23a9ac1 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -187,6 +187,9 @@ const AllView = new Lang.Class({ _init: function() { this.parent(); + this._grid.actor.y_align = Clutter.ActorAlign.START; + this._grid.actor.y_expand = true; + let box = new St.BoxLayout({ vertical: true }); this._stack = new St.Widget({ layout_manager: new AllViewLayout() }); this._stack.add_actor(this._grid.actor);