mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
change layout for gridpanel to correctly handle header size (#2452)
This commit is contained in:
@@ -216,10 +216,6 @@ export class GridPanel extends ViewletPanel {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public layout(size: number) {
|
|
||||||
this.splitView.layout(size);
|
|
||||||
}
|
|
||||||
|
|
||||||
private minimizeTables(): void {
|
private minimizeTables(): void {
|
||||||
if (this.maximizedGrid) {
|
if (this.maximizedGrid) {
|
||||||
this.maximizedGrid.state.maximized = false;
|
this.maximizedGrid.state.maximized = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user