Skip to content

Commit 6bd0bc0

Browse files
authored
Merge pull request #1725 from lesamouraipourpre/event-countdown
PyPortal EventCountdown: Update for CP7
2 parents 01602a6 + d1e81ae commit 6bd0bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyPortal_EventCountdown/eventcountdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
text_areas = []
4141
for pos in (days_position, hours_position, minutes_position):
42-
textarea = Label(big_font, max_glyphs=3)
42+
textarea = Label(big_font)
4343
textarea.x = pos[0]
4444
textarea.y = pos[1]
4545
textarea.color = text_color

0 commit comments

Comments
 (0)