View Single Post
Old 02-19-2017, 02:37 PM   #43
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,983
Karma: 147448039
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 Ksquared View Post
Using the customer reading footer patch on an Aura 6", I can run the batch file successfully if I leave the values at the default settings, but if I make any change I get an error. The default setting works:
# Replacement footer height values: Touch/Mini/Glo/Aura/Aura2E
replace_string = 002A, `min-height:70px`, `min-height:40px`
replace_string = 003A, `max-height:70px`, `max-height:40px`

I tried changing to:
replace_string = 002A, `min-height:60px`, `min-height:30px`
replace_string = 003A, `max-height:60px`, `max-height:30px`
... and I get an error in the batch file.

I was trying to pick up a little more real estate, but at least I have some additional space. Maybe I don't understand how these can be adjusted.
Thanks for creating these patches!
This should be...

Code:
replace_string = 002A, `min-height:70px`, `min-height:30px`
replace_string = 003A, `max-height:70px`, `max-height:30px`
The patch needs to see that the original value matches what the patch has.
JSWolf is offline   Reply With Quote