Minor changes
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user