mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:33:42 +02:00
...
This commit is contained in:
parent
41bfaca823
commit
13597ad5e3
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ def dump(self, items, out_stream, pdf_metadata):
|
|||
self.render_queue = items
|
||||
self.total_items = len(items)
|
||||
|
||||
# TODO: Test margins
|
||||
mt, mb = map(self.doc.to_px, (opts.margin_top, opts.margin_bottom))
|
||||
ms = self.doc.to_px(margin_side, vertical=False)
|
||||
self.margin_top, self.margin_size, self.margin_bottom = map(
|
||||
|
|
|
|||
Loading…
Reference in a new issue