Skip to content

Commit b5605ab

Browse files
committed
bump min tree indent to 4
1 parent 0cd6e01 commit b5605ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/list/browser/listService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ configurationRegistry.registerConfiguration({
13091309
[treeIndentKey]: {
13101310
type: 'number',
13111311
default: 8,
1312-
minimum: 0,
1312+
minimum: 4,
13131313
maximum: 40,
13141314
description: localize('tree indent setting', "Controls tree indentation in pixels.")
13151315
},

0 commit comments

Comments
 (0)