We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01602a6 + d1e81ae commit 6bd0bc0Copy full SHA for 6bd0bc0
1 file changed
PyPortal_EventCountdown/eventcountdown.py
@@ -39,7 +39,7 @@
39
40
text_areas = []
41
for pos in (days_position, hours_position, minutes_position):
42
- textarea = Label(big_font, max_glyphs=3)
+ textarea = Label(big_font)
43
textarea.x = pos[0]
44
textarea.y = pos[1]
45
textarea.color = text_color
0 commit comments