mirror of
https://github.com/ZSeven-W/openpencil.git
synced 2026-06-01 03:14:29 +07:00
chore(store): adjust default frame size to 1200x800
This commit is contained in:
parent
0629a99260
commit
70aa10f41b
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ function createEmptyDocument(): PenDocument {
|
||||||
name: 'Frame',
|
name: 'Frame',
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
width: 1920,
|
width: 1200,
|
||||||
height: 1080,
|
height: 800,
|
||||||
fill: [{ type: 'solid', color: '#FFFFFF' }],
|
fill: [{ type: 'solid', color: '#FFFFFF' }],
|
||||||
children: [],
|
children: [],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue