mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
...
This commit is contained in:
parent
41bfaca823
commit
13597ad5e3
@ -161,7 +161,6 @@ class PDFWriter(QObject):
|
|||||||
self.render_queue = items
|
self.render_queue = items
|
||||||
self.total_items = len(items)
|
self.total_items = len(items)
|
||||||
|
|
||||||
# TODO: Test margins
|
|
||||||
mt, mb = map(self.doc.to_px, (opts.margin_top, opts.margin_bottom))
|
mt, mb = map(self.doc.to_px, (opts.margin_top, opts.margin_bottom))
|
||||||
ms = self.doc.to_px(margin_side, vertical=False)
|
ms = self.doc.to_px(margin_side, vertical=False)
|
||||||
self.margin_top, self.margin_size, self.margin_bottom = map(
|
self.margin_top, self.margin_size, self.margin_bottom = map(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user