Release 3.12.0 & 1.12.0

This commit is contained in:
MikeTheWatchGuy 2018-10-28 20:01:03 -04:00
parent 42c5499687
commit f60137c4b2
83 changed files with 2030 additions and 1118 deletions

View file

@ -50,7 +50,7 @@ class GUI():
layout = [[sg.Column(clock, background_color='black')],
[sg.Column(weather_cols[x], background_color='black') for x in range(NUM_COLS)],
[sg.RButton('Exit', button_color=('black', 'black'),
[sg.Button('Exit', button_color=('black', 'black'),
image_data=orangeround[22:], tooltip='close window', pad=((450,0),(10,0)))]]
# Create the window