Skip to content

Commit 59bc4f8

Browse files
authored
Merge pull request #1739 from lesamouraipourpre/halloween-countdown
PyPortal Halloween Countdown: Update for CP7
2 parents 9f6e0ac + 0c23368 commit 59bc4f8

File tree

1 file changed

+1
-1
lines changed
  • PyPortal_Halloween_Countdown

1 file changed

+1
-1
lines changed

PyPortal_Halloween_Countdown/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
caption_position=(24, 218),
7373
caption_color=0x000000)
7474

75-
countdown_text = Label(big_font, max_glyphs=3)
75+
countdown_text = Label(big_font)
7676
countdown_text.x = 25
7777
countdown_text.y = 120
7878
countdown_text.color = 0x7942a0

0 commit comments

Comments
 (0)