Quote:
Originally Posted by Japes
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`