Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
8473cc2810
commit
2c6856aea8
@@ -874,7 +874,7 @@ export function CustomFormBuilder() {
|
||||
properties: {
|
||||
page: {
|
||||
size: { width: 12240, height: 15840 },
|
||||
margin: { top: 1440, right: 1440, bottom: 1440, left: 1440 },
|
||||
margin: (() => { const m = Math.round(marginInches * 1440); return { top: m, right: m, bottom: m, left: m }; })(),
|
||||
},
|
||||
},
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user