diff options
-rw-r--r-- | screenplain/export/pdf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/screenplain/export/pdf.py b/screenplain/export/pdf.py index 6955616..c04d400 100644 --- a/screenplain/export/pdf.py +++ b/screenplain/export/pdf.py @@ -105,8 +105,6 @@ title_style = ParagraphStyle( ) contact_style = ParagraphStyle( 'contact', default_style, - leftIndent=3.9 * inch, - rightIndent=0, ) |