提交 07f2b9da 编写于 作者: I isidor

repl input: tune line height

上级 b4937be4
......@@ -183,7 +183,7 @@ export class Repl extends Panel {
this.tree.refresh().done(undefined, errors.onUnexpectedError);
}
this.replInput.layout({ width: dimension.width - 20, height: 22 });
this.replInput.layout({ width: dimension.width - 20, height: 21 });
}
public focus(): void {
......@@ -224,9 +224,9 @@ export class Repl extends Panel {
horizontal: 'hidden',
vertical: 'hidden'
},
lineDecorationsWidth:0,
lineDecorationsWidth: 0,
scrollBeyondLastLine: false,
lineHeight: 20,
lineHeight: 21,
theme: this.themeService.getTheme()
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册