Skip to content

Commit 1cdddb1

Browse files
committed
swap
1 parent b84c838 commit 1cdddb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/layout/layoutTypes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const defaultLayout: LayoutRoot = {
5252
size: 30,
5353
children: [
5454
{ type: 'leaf', id: PanelId.Output, size: 70 },
55-
{ type: 'leaf', id: PanelId.Byond, size: 30 },
55+
{ type: 'leaf', id: PanelId.Console, size: 30 },
5656
],
5757
},
5858
],
@@ -63,7 +63,7 @@ export const defaultLayout: LayoutRoot = {
6363
split: 'horizontal',
6464
size: 30,
6565
children: [
66-
{ type: 'leaf', id: PanelId.Console, size: 50 },
66+
{ type: 'leaf', id: PanelId.Byond, size: 50 },
6767
{ type: 'leaf', id: PanelId.Controller, size: 50 },
6868
],
6969
},

0 commit comments

Comments
 (0)