diff --git a/js/ui/overviewControls.js b/js/ui/overviewControls.js index 1ca417870..00007f22a 100644 --- a/js/ui/overviewControls.js +++ b/js/ui/overviewControls.js @@ -323,6 +323,7 @@ const DashSlider = new Lang.Class({ // available allocation this._dash.actor.x_expand = true; + this.actor.x_expand = true; this.actor.x_align = Clutter.ActorAlign.START; this.actor.y_expand = true;