max glyph for days increased to three

This commit is contained in:
John Edgar Park 2019-04-01 13:22:22 -07:00
parent c279644ce8
commit 86df244cc6

View file

@ -39,7 +39,7 @@ text_color = 0xFFFFFF
text_areas = []
for pos in (days_position, hours_position, minutes_position):
textarea = Label(big_font, text=' ')
textarea = Label(big_font, max_glyphs=3)
textarea.x = pos[0]
textarea.y = pos[1]
textarea.color = text_color