Quote:
Originally Posted by lkstrummer
Regarding 'Custom reading footer style', I'm flashing my H2O from 3.19.5761 to 4.3.8842. I previously used the following values to shrink the footer to my preferred height:
# Example replacement footer height values: AuraHD/H2O/GloHD
replace_string = 001A, `footerMargin: 105;`, `footerMargin: 170;`
replace_string = 002D, `min-height: 70px;`, `min-height: 36px;`
replace_string = 003F, `max-height: 70px;`, `max-height: 36px;`
However, 70px and 36px output an error in the latest patch. I've tried various other combinations and they all result in an error. Currently, I'm using the default values of
# Replacement footer height values: AuraHD/H2O/GloHD
replace_string = 0076, `min-height:80px`, `min-height:52px`
replace_string = 0086, `max-height:80px`, `max-height:52px`
|
The right-hand values are all you need to change to customise the patch. So just change the 52px to 36px, and leave the 80px as it was.
Code:
# Replacement footer height values: AuraHD/H2O/GloHD
replace_string = 0076, `min-height:80px`, `min-height:36px`
replace_string = 0086, `max-height:80px`, `max-height:36px`