Agent layout fixes (#1559)

* added layout to agent

* formatting

* formatting
This commit is contained in:
Anthony Dresser
2018-06-07 14:57:50 -07:00
committed by GitHub
parent e9747a61ac
commit 0a839c7321
5 changed files with 52 additions and 42 deletions

View File

@@ -242,4 +242,8 @@ export class PanelComponent extends Disposable {
this.selectTab(this._mru[0]);
}
}
public layout() {
this._activeTab.layout();
}
}