mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
fix dimensions of the query editor (#5910)
This commit is contained in:
committed by
Karl Burtram
parent
68328f65b5
commit
76a84a2cf4
@@ -297,7 +297,6 @@ export class TabbedPanel extends Disposable {
|
||||
if (dimension) {
|
||||
this._currentDimensions = dimension;
|
||||
this.parent.style.height = dimension.height + 'px';
|
||||
this.parent.style.height = dimension.width + 'px';
|
||||
this.header.style.width = dimension.width + 'px';
|
||||
this.body.style.width = dimension.width + 'px';
|
||||
const bodyHeight = dimension.height - (this._headerVisible ? this.headersize : 0);
|
||||
|
||||
Reference in New Issue
Block a user