View Single Post
Old 06-05-2014, 12:33 AM   #56
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Custom kepub default margins patch

Here is the `Custom kepub default margins` patch for firmware 3.2.0. It should set the base left/right margin for kepubs, i.e. the margin that remains when all margins have been removed from the book and the adjustment slider is at the far left. It won't affect the top/bottom margins. (In firmware 3.3.0 and later it affects the top/bottom margins in full-screen reading mode though.)

I haven't tested this patch with this firmware version, so let me know if there are problems.

firmware 3.2.0:
Spoiler:
Code:
<Patch>
patch_name = `Custom kepub default margins`
patch_enable = `yes`
# Device = Glo/Aura, Type = pocket article or non-Japanese kepub
replace_int = 6FAF9A, 25, 5
# Device = Glo/Aura, Type = Japanese kepub
replace_int = 6FAF9C, 45, 5
# Device = Other, Type = Any
replace_int = 6FB004, 20, 5
</Patch>
GeoffR is offline   Reply With Quote