mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 01:25:38 -05:00
Fix query plan scrollbars (#2927)
* Fix query plan scrollbars * Remove toString
This commit is contained in:
@@ -45,6 +45,8 @@ export class QueryPlanView implements IPanelView {
|
||||
}
|
||||
|
||||
public layout(dimension: Dimension): void {
|
||||
this.container.style.width = dimension.width + 'px';
|
||||
this.container.style.height = dimension.height + 'px';
|
||||
}
|
||||
|
||||
public showPlan(xml: string) {
|
||||
|
||||
Reference in New Issue
Block a user