提交 1cfefb4c 编写于 作者: M Martin Aeschlimann

Use a fixed size folding gutter (see #3390)

上级 64abf86a
......@@ -213,7 +213,7 @@ class InternalEditorOptionsHelper {
let lineNumbersMinChars = toInteger(opts.lineNumbersMinChars, 1);
let lineDecorationsWidth = toInteger(opts.lineDecorationsWidth, 0);
if (opts.folding) {
lineDecorationsWidth += (opts.fontSize || 16);
lineDecorationsWidth += 16;
}
let layoutInfo = EditorLayoutProvider.compute({
outerWidth: outerWidth,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册