mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
246534e5e5
commit
8db03fd0c8
@ -49,7 +49,7 @@ def create_layout_panel(container, apply_func, cancel_func):
|
|||||||
))
|
))
|
||||||
|
|
||||||
def sec(text):
|
def sec(text):
|
||||||
container.appendChild(E.div(text, style='margin: 2ex 1rem; padding-top:2ex; border-top: solid 1px; max-width: 70em'))
|
container.appendChild(E.div(text, style='margin: 2ex 1rem; padding-top:2ex; border-top: solid 1px; max-width: 50em'))
|
||||||
|
|
||||||
sec(_('Choose the page layout mode. In paged mode, the text is split up into individual pages, as in a paper book. In flow mode'
|
sec(_('Choose the page layout mode. In paged mode, the text is split up into individual pages, as in a paper book. In flow mode'
|
||||||
' text is presented as one long scrolling page, as in web browsers.'))
|
' text is presented as one long scrolling page, as in web browsers.'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user