Dispatcher: fix horizontal margins (#8344)

Regression from #8287
reviewable/pr8348/r1
yparitcher 3 years ago committed by GitHub
parent 6492583e96
commit 61d02923e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -144,7 +144,7 @@ local settingsList = {
-- the rest of the table elements are built from their counterparts in CreOptions
rotation_mode = {category="string", device=true},
visible_pages = {category="string", rolling=true, separator=true},
h_page_margins = {category="absolutenumber", rolling=true},
h_page_margins = {category="string", rolling=true},
sync_t_b_page_margins = {category="string", rolling=true},
t_page_margin = {category="absolutenumber", rolling=true},
b_page_margin = {category="absolutenumber", rolling=true, separator=true},

Loading…
Cancel
Save