From faf7b62f5c1f40ac198252ce1e3437c3e80b62eb Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 18 Sep 2013 19:40:38 -0400 Subject: [PATCH] overviewControls: Mark the DashSlider as x_expand Actors need to expand in order for them to their x_aligns to be taken into account. --- js/ui/overviewControls.js | 1 + 1 file changed, 1 insertion(+) 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;