Quote:
Originally Posted by Ken Maltby
I really like the look of the File Manager now and the file selection is much better with the separation of the menu items.
The X in the corner looks closer to the right edge, now and I still can't get it to do anything.
On my Aura, in the File Manager, the page # and right & left chevrons are halfway under the bezel and I can't get it to work like it does for the Contents pages.
Is the light supposed to come on when you select a file?
Love the Go to function.
Is there a way to set a default for the Margins setting?
All in all some great giant steps forward. This is looking very close to what an average reader could appreciate, and use without problem.
Luck;
Ken
|
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,