Quote:
Originally Posted by jackie_w
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}"