From 61d02923e91b2f384fc8dee46628c4dabaf9f66f Mon Sep 17 00:00:00 2001 From: yparitcher Date: Tue, 19 Oct 2021 05:50:31 -0400 Subject: [PATCH] Dispatcher: fix horizontal margins (#8344) Regression from #8287 --- frontend/dispatcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/dispatcher.lua b/frontend/dispatcher.lua index 2bcfa39e5..4966a6c72 100644 --- a/frontend/dispatcher.lua +++ b/frontend/dispatcher.lua @@ -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},