Thread: Aura HD Uneven Margins on Aura HD
View Single Post
Old 09-15-2013, 09:32 AM   #4
trekk
Terraner
trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.
 
trekk's Avatar
 
Posts: 531
Karma: 4455667
Join Date: Aug 2011
Device: Kobo Libra, Aura One, Kindle Oasis 1 & 2 ...
Quote:
Originally Posted by Japes View Post
That was the problem. You nailed it (Margins fine tuning in the patch). Thanks a million
If you comment out the values for the left margin, everything will be fine again.

Code:
<Patch>
patch_name = `Margins fine tuning`
patch_enable = `yes`
# Initial replaces
replace_bytes = 848E86, 19 46, 00 21
replace_bytes = 848E88, 1A 46, 00 22
# Values for replace
# Left margin
# replace_int = 848E86, 0, 10
# Top margin
replace_int = 848E88, 0, 10
</Patch>

Or, of course, you just disable the whole "Margins fine tuning" with

Code:
patch_enable = `no`
trekk is offline   Reply With Quote