Skip to content

Commit 1e889f5

Browse files
committed
Reduce git panel width in browserless mode
1 parent c22e91b commit 1e889f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/stores/layout-store.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export const defaultLayout: Layout[] = [
3333
]
3434

3535
export const browserlessDefaultLayout: Layout[] = [
36-
{ i: 'browser-editor', x: 0, y: 0, w: 8, h: 12, minW: 4, minH: 3 },
37-
{ i: 'git', x: 8, y: 0, w: 4, h: 12, minW: 3, minH: 3 }
36+
{ i: 'browser-editor', x: 0, y: 0, w: 10, h: 12, minW: 4, minH: 3 },
37+
{ i: 'git', x: 10, y: 0, w: 2, h: 12, minW: 2, minH: 3 }
3838
]
3939

4040
export function getPanelConfigs(browserless: boolean): PanelConfig[] {

0 commit comments

Comments
 (0)