change layout for gridpanel to correctly handle header size (#2452)

This commit is contained in:
Anthony Dresser
2018-09-07 11:08:27 -07:00
committed by GitHub
parent 0f2442a7a5
commit 8ab22e9cc8

View File

@@ -216,10 +216,6 @@ export class GridPanel extends ViewletPanel {
}
}
public layout(size: number) {
this.splitView.layout(size);
}
private minimizeTables(): void {
if (this.maximizedGrid) {
this.maximizedGrid.state.maximized = false;