mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
config line space/font gamma values directly
This commit is contained in:
10
defaults.lua
10
defaults.lua
@@ -114,6 +114,16 @@ 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 font gamma
|
||||
DCREREADER_CONFIG_LIGHTER_FONT_GAMMA = 10
|
||||
DCREREADER_CONFIG_DEFAULT_FONT_GAMMA = 15
|
||||
DCREREADER_CONFIG_DARKER_FONT_GAMMA = 25
|
||||
|
||||
-- crereader line space percentage
|
||||
DCREREADER_CONFIG_LINE_SPACE_PERCENT_SMALL = 90
|
||||
DCREREADER_CONFIG_LINE_SPACE_PERCENT_MEDIUM = 100
|
||||
DCREREADER_CONFIG_LINE_SPACE_PERCENT_LARGE = 120
|
||||
|
||||
-- crereader progress bar
|
||||
-- 0 for top "full" progress bar
|
||||
-- 1 for bottom "mini" progress bar
|
||||
|
||||
Reference in New Issue
Block a user