View Single Post
Old 01-16-2016, 01:45 PM   #83
surquizu
Evangelist
surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.
 
surquizu's Avatar
 
Posts: 411
Karma: 902071
Join Date: Jun 2008
Location: Zaragoza (Spain)
Device: prs-505, kobo auraHD, kobo auraH2O, kobo Glo HD, kobo aura ONE
Quote:
Originally Posted by oren64 View Post
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>
Attached Thumbnails
Click image for larger version

Name:	screen_001.png
Views:	1269
Size:	215.2 KB
ID:	145600  

Last edited by surquizu; 01-16-2016 at 05:50 PM.
surquizu is offline   Reply With Quote