View Single Post
Old 01-17-2016, 07:05 AM   #88
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
Yes you're right, in 3.15.0 they change the code for mini, i update the patches.
Error continues in Multi-version patch: 3.15.0-3.19.5761 + (I think)

The correct values are:

Code:
#Mini\Touch 
replace_string = 0059, `min-width: 534px;`, `min-width: 536px;`
replace_string = 006C, `max-width: 534px;`, `max-width: 536px;`
replace_string = 007F, `qproperty-leftMargin: 12;`, `qproperty-leftMargin: 00;`
I also suggest you change the values for H2O for better configuration:

Code:
#Aura HD\H20
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;`

Last edited by surquizu; 01-17-2016 at 08:26 AM.
surquizu is offline   Reply With Quote