Quote:
Originally Posted by oren64
Patch `Increase The Books Cover Size In Library`
Multi-version patch: 3.13.1-3.19.5761+
In Touch\Mini\Aura HD\H2O, the changes are smaller.
|
wow! I like a lot!
EDIT: Best fit for my aurah2o:
Spoiler:
Code:
<Patch>
patch_name = `Increase The Books Cover Size In Library`
patch_enable = `yes`
# Multi-version patch: 3.13.1-3.19.5761+
#
find_base_address = `#coverPixmapView {\n\tmin-width: 60px;`
#Mini\Touch
replace_string = 0014, `min-width: 60px;`, `min-width: 70px;`
replace_string = 0026, `max-width: 60px;`, `max-width: 70px;`
replace_string = 0038, `min-height: 90px;`, `min-height: 99px;`
replace_string = 004B, `max-height: 90px;`, `max-height: 99px;`
#Aura HD\H2O
replace_string = 0090, `min-width: 90px;`, `min-width:130px;`
replace_string = 00A2, `max-width: 90px;`, `max-width:130px;`
replace_string = 00B4, `min-height: 140px;`, `min-height: 163px;`
replace_string = 00C8, `max-height: 140px;`, `max-height: 163px;`
#Glo HD
replace_string = 010F, `min-width: 100px;`, `min-width: 140px;`
replace_string = 0122, `max-width: 100px;`, `max-width: 140px;`
replace_string = 0135, `min-height: 160px;`, `min-height: 200px;`
replace_string = 0149, `max-height: 160px;`, `max-height: 200px;`
#Glo
replace_string = 0190, `min-width: 70px;`, `min-width: 99px;`
replace_string = 01A2, `max-width: 70px;`, `max-width: 99px;`
replace_string = 01B4, `min-height: 110px;`, `min-height: 147px;`
replace_string = 01C8, `max-height: 110px;`, `max-height: 147px;`
</Patch>