View Single Post
Old 12-13-2016, 08:23 PM   #2
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
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
Ken Maltby is offline   Reply With Quote