Skip to content

Commit

Permalink
Fix timestamp border mode (#121)
Browse files Browse the repository at this point in the history
Border mode was broken with an earlier commit

Co-authored-by: amietn <amietn@foobar>
  • Loading branch information
amietn and amietn authored Jul 11, 2023
1 parent 8719841 commit f358c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vcsi/vcsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,8 @@ def draw_metadata_helper():
),
timestamp_text,
font=timestamp_font,
fill=args.timestamp_border_color
fill=args.timestamp_border_color,
anchor="lt"
)

# draw timestamp
Expand Down

0 comments on commit f358c7e

Please sign in to comment.