View Single Post
Old 08-25-2018, 06:50 AM   #184
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
I don't know what is wrong with the `My 24 line spacing values` patch for 4.10.11591, it might be a while before I can work it out, so best just to use the `My 10 line spacing values` patch for now.

Is the `Brightness fine control` patch working? From what I can see, it shouldn't work.

There was a long-standing bug in the comments of the `ePub fixed top/bottom margins` patch, but it didn't affect the default patch, only those trying to customise the left/right and bottom margins would have come across it. Here is the corrected version:
Spoiler:
Code:
ePub fixed top/bottom margins:
  - Enabled: no
  - PatchGroup: ePub padding-bottom alternatives
  - Description:
      This patch sets the @page margin sizes in epubs to fixed custom values,
      overriding any @page margin set in the book's CSS stylesheet. (But beware
      that some books also set page margins in an XPGT stylesheet which are added
      to any CSS @page margins, and those will not be affected by this patch).
    #      padding-bottom: %1em !important;\n
    # --> }@page{margin:00px 00px 00px}body{
  - FindReplaceString:
      Find: "\x20padding-bottom: %1em !important;\n"
      Replace: "}@page{margin:00px 00px 00px}body{"
    # *** Replacement values start here, don't change anything above ***
  - ReplaceString: {Offset: 0x0E, Find: "00px", Replace: "25px"} # TOP MARGIN: Replacement value is the margin size (two digits) in pixels:
  - ReplaceString: {Offset: 0x18, Find: "00px", Replace: "00px"} # BOTTOM MARGIN: Replacement value is the margin size (two digits) in pixels:
    #
    # Minimum LEFT/RIGHT MARGIN: (This margin will overlap the left/right margin
    # set with the adjustment slider, not add to it.) Replacement value is margin
    # size (two digits) in pixels:
  - ReplaceString: {Offset: 0x13, Find: "00px", Replace: "00px"}
GeoffR is offline   Reply With Quote