View Single Post
Old 12-30-2020, 09:52 PM   #58
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by jackie_w View Post
I've just committed new patch Custom header/footer captions to @geek1011's GitHub site. The new customise caption width feature is Part 3 of the patch.

The new patch completely replaces old patch Custom new header/footer font.

It will be in the next kobopatch release (whenever that is). If you want to see it before then you can find it at the GitHub site from line 194 of this file.
Why a value of 116? When a value of 70 works?

Code:
# AuraHD/H2O/H2Ov2/GloHD/ClaraHD/LibraH2O
#- {Find: "footerMargin: 170;", Replace: "footerMargin:116;"}
Code:
- Find:    "ReadingFooter[qApp_deviceIsDragon=true] {\n  qproperty-footerMargin: 170;\n}"
Replace: "ReadingFooter[qApp_deviceIsDragon=true] {\n  qproperty-footerMargin: 70;\n}"
JSWolf is offline   Reply With Quote