EDIT: Ooops, didn't see jackie_w's post, which already has the same info. Leaving mine anyway, since I've got a bit more detail...
Quote:
Originally Posted by plutarion
Hello.
I used the patcher on my kobo mini with Firmware 2.8.1.
I am escpecially interested in removing the upper and lower margins, and better left and right margins.
Unfortunately, after applying the patch the left margin is always bigger than the right one - the text block is not centered.
Could you help me, how to edit the kpg.conf file to get the text centered?
|
Had this problem too, initially. Solved it by setting left margin to zero in the margins fine tuning patch. Here are my settings:
Code:
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, 05