mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 22:53:37 +02:00
Fixed tweak text for % not available
This commit is contained in:
parent
361ab678fb
commit
1d0a181f5e
1 changed files with 2 additions and 4 deletions
|
|
@ -386,11 +386,9 @@
|
|||
generate_cover_foot_font = None
|
||||
|
||||
#: Fuzz parameter value for cover trim
|
||||
# The value used by ImageMagick for the
|
||||
# fuzz distance when triming a cover.
|
||||
# The value used by ImageMagick for the fuzz distance when trimming a cover.
|
||||
# Colors within this distance are considered equal.
|
||||
# The distance can be in absolute intensity units or,
|
||||
# by appending %, a percentage of the maximum possible intensity
|
||||
# The distance is in absolute intensity units.
|
||||
cover_trim_fuzz_value = 10
|
||||
|
||||
#: Control behavior of the book list
|
||||
|
|
|
|||
Loading…
Reference in a new issue