mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-20 16:42:58 +00:00
Change bleed to bleedSize
This commit is contained in:
@@ -21,7 +21,7 @@ const DEFAULT_BREW = {
|
||||
pageCount : 1,
|
||||
gDrive : false,
|
||||
trashed : false,
|
||||
bleed : { top: '.125in', bottom: '.125in', inner: '.125in', outer: '.125in' },
|
||||
bleedSize : { top: '.125in', bottom: '.125in', inner: '.125in', outer: '.125in' },
|
||||
safetySpace : { top: '.25in', bottom: '.25in', outer: '.25in', inner: '.5in' },
|
||||
trimSize : { width: '8.5in', height: '11in' },
|
||||
columns : '2',
|
||||
|
||||
Reference in New Issue
Block a user