Merge pull request #444 from chrox/master

tweaks on default page margins with new punctuation calculation
This commit is contained in:
Qingping Hou
2014-01-07 23:41:00 -08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -87,9 +87,9 @@ DCREREADER_CONFIG_DEFAULT_FONT_SIZE = 22 -- default font size
-- crereader margin sizes
-- margin {left, top, right, bottom} in pixels
DCREREADER_CONFIG_MARGIN_SIZES_SMALL = {15, 10, 15, 10}
DCREREADER_CONFIG_MARGIN_SIZES_MEDIUM = {22, 15, 22, 15}
DCREREADER_CONFIG_MARGIN_SIZES_LARGE = {30, 20, 30, 20}
DCREREADER_CONFIG_MARGIN_SIZES_SMALL = {5, 10, 5, 10}
DCREREADER_CONFIG_MARGIN_SIZES_MEDIUM = {20, 15, 20, 15}
DCREREADER_CONFIG_MARGIN_SIZES_LARGE = {25, 20, 25, 20}
-- gesture detector defaults
DGESDETECT_DISABLE_DOUBLE_TAP = true