max glyph for days increased to three
This commit is contained in:
parent
c279644ce8
commit
86df244cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue