Quote:
Originally Posted by lohtse
used version 9 of patch on my touch with fw 3 and now in some books the margins are uneven..Left side theres a gap and right side the text is of the screen ie for with then become fo.... have to adjust margin in the settings but then I have a large left margin and small right margin!!! so damn annoying !!! may have to reinstall fw 3 to fix unless someone has a suggestion...
|
Here is your poblem in the kpg.conf, just change the last 5 to 0 for even margins, create the patch file again and reapply.
<Patch>
patch_name = `Margins fine tuning`
patch_enable = `yes`
# Initial replaces
replace_bytes = AD5C86, 19 46, 00 21
replace_bytes = AD5C88, 1A 46, 00 22
# Values for replace
# Left margin
replace_int = AD5C86, 0, 5
# Top margin
replace_int = AD5C88, 0, 10
</Patch>