Skip to content

Commit

Permalink
feat: set sidebar default width to 300px
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor committed Sep 9, 2021
1 parent cdbff6f commit d15a621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/workbench/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class LayoutModel implements ILayout {
public sidebar: ISidebarViewState;
public menuBar: ViewVisibility;
constructor(
splitPanePos: string[] = ['230px', 'auto'],
splitPanePos: string[] = ['300px', 'auto'],
horizontalSplitPanePos = ['70%', 'auto'],
activityBar = { hidden: false },
panel = { hidden: false, panelMaximized: false },
Expand Down

0 comments on commit d15a621

Please sign in to comment.