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:
parent
445011b1e5
commit
faf7b62f5c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user