mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
Agent layout fixes (#1559)
* added layout to agent * formatting * formatting
This commit is contained in:
@@ -242,4 +242,8 @@ export class PanelComponent extends Disposable {
|
||||
this.selectTab(this._mru[0]);
|
||||
}
|
||||
}
|
||||
|
||||
public layout() {
|
||||
this._activeTab.layout();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,4 +72,8 @@ export class TabComponent implements OnDestroy {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public layout() {
|
||||
this._child.layout();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user