Skip to content

Commit 7c4f4c8

Browse files
committed
Change to proportional layout
Mitigates microsoft#143690
1 parent c213186 commit 7c4f4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ export class SettingsEditor2 extends EditorPane {
693693

694694
this.splitView = new SplitView(this.bodyContainer, {
695695
orientation: Orientation.HORIZONTAL,
696-
proportionalLayout: false
696+
proportionalLayout: true
697697
});
698698
const startingWidth = this.storageService.getNumber('settingsEditor2.splitViewWidth', StorageScope.GLOBAL, SettingsEditor2.TOC_RESET_WIDTH);
699699
this.splitView.addView({

0 commit comments

Comments
 (0)