mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-21 04:20:11 -04:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -364,7 +364,7 @@ export abstract class ZoneWidget implements IHorizontalSashLayoutProvider {
|
||||
const lineHeight = this.editor.getConfiguration().lineHeight;
|
||||
|
||||
// adjust heightInLines to viewport
|
||||
const maxHeightInLines = (this.editor.getLayoutInfo().height / lineHeight) * .8;
|
||||
const maxHeightInLines = (this.editor.getLayoutInfo().height / lineHeight) * 0.8;
|
||||
if (heightInLines >= maxHeightInLines) {
|
||||
heightInLines = maxHeightInLines;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user