We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbff6f commit d15a621Copy full SHA for d15a621
src/model/workbench/layout.ts
@@ -31,7 +31,7 @@ export class LayoutModel implements ILayout {
31
public sidebar: ISidebarViewState;
32
public menuBar: ViewVisibility;
33
constructor(
34
- splitPanePos: string[] = ['230px', 'auto'],
+ splitPanePos: string[] = ['300px', 'auto'],
35
horizontalSplitPanePos = ['70%', 'auto'],
36
activityBar = { hidden: false },
37
panel = { hidden: false, panelMaximized: false },
0 commit comments