Thread: Kobo Patcher
View Single Post
Old 12-03-2013, 05:53 AM   #535
lordofazeroth
Connoisseur
lordofazeroth began at the beginning.
 
lordofazeroth's Avatar
 
Posts: 70
Karma: 10
Join Date: Dec 2008
Device: kobo mini and kindle touch
Hi.

I am still experiencing problems with the left and right margin.
The left margin is a little bigger than the right one.

My code:

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, 00
# Top margin
replace_int = 848E88, 0, 00
</Patch>
Is there a way to make the two margins exactly the same?
Is there a way to make the left margin negative?

FW is 2.8.1
lordofazeroth is offline   Reply With Quote