use mini progress bar by default

This commit is contained in:
chrox
2014-02-12 15:43:38 +08:00
parent 9f507e6447
commit 4fcb39494c
4 changed files with 9 additions and 4 deletions

View File

@@ -98,6 +98,11 @@ DCREREADER_CONFIG_MARGIN_SIZES_SMALL = {5, 10, 5, 10}
DCREREADER_CONFIG_MARGIN_SIZES_MEDIUM = {10, 15, 10, 15}
DCREREADER_CONFIG_MARGIN_SIZES_LARGE = {20, 20, 20, 20}
-- crereader progress bar
-- 0 for top "full" progress bar
-- 1 for bottom "mini" progress bar
DCREREADER_PROGRESS_BAR = 1
-- gesture detector defaults
DGESDETECT_DISABLE_DOUBLE_TAP = true