Minor changes

This commit is contained in:
Heiko J Schick
2023-03-23 21:04:07 +01:00
parent 1ac8db58f7
commit ccdcdc7a93
-1
View File
@@ -85,7 +85,6 @@ def create_brain_jogging_pdf(filename):
time_line = Paragraph("Time: _______________", styles['BodyText'])
# Create a table for the title and time line
# title_table = Table([[title, time_line]], colWidths=A4[0] / 2)
title_table = Table([[title, time_line]], colWidths=(A4[0] / 2) * 0.75)
title_table_style = TableStyle([