Skip to content

Commit 12ed609

Browse files
committed
Tweak hours and minutes left/right
1 parent c8d8d95 commit 12ed609

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PyPortal_Alarm_Clock/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ def __init__(self):
428428
self.buttons = [dict(left=0, top=30, right=80, bottom=93), # on
429429
dict(left=0, top=98, right=80, bottom=152), # return
430430
dict(left=0, top=155, right=80, bottom=220), # off
431-
dict(left=81, top=0, right=200, bottom = 240), # hours
432-
dict(left=201, top=0, right=320, bottom = 240)] # minutes
431+
dict(left=100, top=0, right=200, bottom = 240), # hours
432+
dict(left=220, top=0, right=320, bottom = 240)] # minutes
433433

434434

435435
@property

0 commit comments

Comments
 (0)