mirror of
https://github.com/ZSeven-W/openpencil.git
synced 2026-05-31 19:04: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',
|
||||
x: 0,
|
||||
y: 0,
|
||||
width: 1920,
|
||||
height: 1080,
|
||||
width: 1200,
|
||||
height: 800,
|
||||
fill: [{ type: 'solid', color: '#FFFFFF' }],
|
||||
children: [],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue