mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 10:16:01 +01:00
Use a fixed size folding gutter (see #3390)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user