overviewControls: Mark the DashSlider as x_expand

Actors need to expand in order for them to their x_aligns to be taken
into account.
This commit is contained in:
Jasper St. Pierre 2013-09-18 19:40:38 -04:00
parent 445011b1e5
commit faf7b62f5c

View File

@ -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;