Patch 'Custom synopsis/font size'
Increasing synopsis font size, file
nickel.patch.
Spoiler:
Code:
<Patch>
patch_name = `Custom synopsis/font size`
patch_enable = `no`
# Multi-version patch: 4.4.9298+
#
## Increase synopsis font size
#
#
find_base_address = `padding: 0px;\n}\nbody[qApp_deviceIsTrilogy=true] {\n`
# Touch (Trilogy)
replace_string = 0034, `font-size: 19px;`, `font-size: 20px;`
# Glo/Aura (Phoenix)
replace_string = 006B, `font-size: 23px;`, `font-size: 25px;`
# Aura HD/H2O
replace_string = 00A1, `font-size: 29px;`, `font-size: 32px;`
# Glo HD
replace_string = 00D8, `font-size: 32px;`, `font-size: 35px;`
# Aura ONE
replace_string = 0110, `font-size: 37px;`, `font-size: 40px;`
</Patch>