Skip to content

Commit

Permalink
[Track-342] 306090 Add top vertical alignment (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolkamps1 authored Jan 17, 2025
1 parent 082ff4e commit 075bff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def generate_report(
("BOX", (0, 0), (-1, -1), 0.25, colors.black),
("INNERGRID", (0, 0), (-1, -1), 0.25, colors.black),
("FONTSIZE", (0, 0), (-1, -1), 6.5),
("VALIGN", (0, 0), (-1, -1), "MIDDLE"),
("VALIGN", (0, 0), (-1, -1), "TOP"),
("ALIGN", (0, 0), (-1, -1), "LEFT"),
("FONTNAME", (0, 2), (-1, -1), "BCSans"),
("FONTNAME", (0, 0), (-1, 1), "BCSans-Bold"),
Expand Down

0 comments on commit 075bff5

Please sign in to comment.