Quote:
Originally Posted by ktv
You can modify koptoptions.lua(koreader/fronted/ui/data) to set a default for the Margins setting.
name = "page_margin",
name_text = PAGE_MARGIN_STR,
toggle = {SMALL_STR, MEDIUM_STR, LARGE_STR},
values = {0.01, 0.02, 0.05},
default_value = 0.02,
|
Thanks;
I think I might try:
values={0.02, 0.05, 0.08},
default_value=0.05,
Luck;
Ken
P.S.; The values that I see are different and the default is a variable. I am using the new build, perhaps that explains the difference.