dash: Don't expand displayControl
It shouldn't take up more space than it needs.
This commit is contained in:
parent
d17c94f9b9
commit
1636e6c187
@ -156,7 +156,7 @@ ResultArea.prototype = {
|
||||
|
||||
this.controlBox = new Big.Box({ x_align: Big.BoxAlignment.CENTER });
|
||||
this.controlBox.append(this.display.displayControl, Big.BoxPackFlags.NONE);
|
||||
this.actor.append(this.controlBox, Big.BoxPackFlags.EXPAND);
|
||||
this.actor.append(this.controlBox, Big.BoxPackFlags.NONE);
|
||||
|
||||
this.display.load();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user