This commit is contained in:
Kovid Goyal 2019-11-28 14:07:44 +05:30
parent 246534e5e5
commit 8db03fd0c8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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.'))