mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make the canvas element expandable by default
This commit is contained in:
parent
868feda207
commit
50267b14d0
@ -2054,7 +2054,7 @@ class Footer(HeaderOrFooter):
|
||||
class Canvas(LrsObject, LrsContainer, LrsAttributes):
|
||||
defaults = dict(framemode="square", layout="LrTb", framewidth="0",
|
||||
framecolor="0x00000000", bgcolor="0xFF000000",
|
||||
canvasheight=0, canvaswidth=0)
|
||||
canvasheight=0, canvaswidth=0, blockrule='block-adjustable')
|
||||
|
||||
def __init__(self, width, height, **settings):
|
||||
LrsObject.__init__(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user