aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2022-01-04 21:45:42 +0100
committerGitHub <noreply@github.com>2022-01-04 21:45:42 +0100
commitb6605255cf08da2cde63d65eb28c791ca838cada (patch)
tree056e1c46f332aa77f984fbdec12ea608d897dc06
parentef32edb276e2b2d542bb7c731547a153220d98aa (diff)
parentdd3c0a61d2b08e8d50927df2dbb6c1fd1d1d2ef3 (diff)
downloadscreenplain-b6605255cf08da2cde63d65eb28c791ca838cada.tar.gz
Merge pull request #49 from abenson/fix_contact
export/pdf: use left aligned contact information.
-rw-r--r--screenplain/export/pdf.py2
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,
)