mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
5c9d3386ee
commit
16a5a9abff
@ -182,7 +182,7 @@ class Cell:
|
|||||||
else:
|
else:
|
||||||
top += ls
|
top += ls
|
||||||
bottom += ls
|
bottom += ls
|
||||||
left = parindent if int == 1 else 0
|
left = 0
|
||||||
continue
|
continue
|
||||||
if isinstance(token, Plot):
|
if isinstance(token, Plot):
|
||||||
width, height = self.pts_to_pixels(token.xsize), self.pts_to_pixels(token.ysize)
|
width, height = self.pts_to_pixels(token.xsize), self.pts_to_pixels(token.ysize)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user