Quote:
Originally Posted by Siard
I removed a book, applied the patch and reloaded the book, but after switching the device off and on, the line height still defaults to that low value.
The desired line height is 0.88, so I changed every 'replace_float' value to at least 0.88, also to no avail. So I wonder where that low value is taken from.
Applying the 10 or 15 line patch makes no difference.
|
There is something strange happening there, I can't explain it and I can't reproduce the problem on my Glo.
Are you reading epubs or kepubs? What other patches do you have enabled? Are you using full-screen reading mode?
Edit: The other thing that would be interesting to check for anyone having similar problems is the line spacing value stored in the database for the book in question. You can do this with a SQL query such as:
Code:
SELECT ReadingLineHeight FROM content_settings WHERE ContentID=='file:///mnt/onboard/H/Holdstock, Mythago Wood.epub';
where ContentID is the path to the sideloaded file, or for kepubs synced from Kobo you can find the ContentID with a query like:
Code:
SELECT ContentID FROM content WHERE BookID IS NULL AND IsDownloaded=='true' AND Title=='Mythago Wood';