Skip to content

Commit d1e81ae

Browse files
Remove max_glyphs usage with Display_Text Label
1 parent 00e306b commit d1e81ae

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)