Do you mean as in the Line spacing option under the "two column" icon in the bottom reader menu? It just gives you a "small, medium, large" choice, but you can change the numerical value of those in the scripts. If you mean in the menus themselves, you can change ".adds\koreader\frontend\ui\widget\menu.lua". For instance I use this:
For me, with my Kobo AuraHD, it is in .adds\koreader\frontend\ui\widget\menu.lua
The "cfont", at line 122 and 325, using Notepad++
I changed mine to 18. It looks fine but The Aura HD, has a higher res than some, which means that the fine print is clear and readable. The text is smaller, so more of the titles are visible.
To adjust number of lines per page, change:
Around Line 374: Screen:scaleBySize(46), -- hardcoded for now. I changed to (28), for my AuraHD)
to have the File Manager menu listings display more files and more of the file name.
Luck;
Ken
|