First of all, thanks for your hard work in providing these amazing patches for us, Geoff. However, I'm having trouble with the "custom reading footer style" patch in the latest release on my H2O. I would like the footer height to be what I was previously using on the 3.17.3 firmware, but setting those values creates an output error. In fact, uncommenting the default values for "# Example replacement footer height values: AuraHD/H2O/GloHD" in your patch and leaving everything else in all three patch files at default values causes an output error as well. So, this:
# Example replacement footer height values: AuraHD/H2O/GloHD
replace_string = 001A, `footerMargin: 105;`, `footerMargin: 170;`
replace_string = 002D, `min-height: 70px;`, `min-height: 52px;`
replace_string = 003F, `max-height: 70px;`, `max-height: 52px;`
causes an output error.
My H2O was previously on the 3.17.3 patched firmware and I was using this value for that patch without any errors:
# Replacement footer height values: AuraHD/H2O/GloHD
replace_string = 00DA, `min-height: 120px;`, `min-height: 036px;`
replace_string = 00EE, `max-height: 120px;`, `max-height: 036px;`
I've also left the font size untouched at 26px for the H2O in both patches and did not uncomment anything else in that particular patch.
Help to get the new patch to approximate my previous values would be greatly appreciated. Thanks, again
|