mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
E-book viewer: Set the column-fill property to auto
Needed for people that build calibre against newer version of Qt WebKit.
This commit is contained in:
parent
7d38911f68
commit
a275acb5c0
Binary file not shown.
@ -196,6 +196,7 @@ class PagedDisplay
|
||||
bs.setProperty('-webkit-column-gap', 2*sm + 'px')
|
||||
bs.setProperty('-webkit-column-width', col_width + 'px')
|
||||
bs.setProperty('-webkit-column-rule', '0px inset blue')
|
||||
bs.setProperty('column-fill', 'auto')
|
||||
|
||||
# Without this, webkit bleeds the margin of the first block(s) of body
|
||||
# above the columns, which causes them to effectively be added to the
|
||||
|
Loading…
x
Reference in New Issue
Block a user