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

@ -21,7 +21,7 @@ bcolor=('black', '#282923')
sg.SetOptions(border_width=0, margins=(0,0))
layout = [[sg.T('Notification'+' '*14),
sg.Button('', image_data=red_x, button_color=('#282923', '#282923'))],
sg.CloseButton('', image_data=red_x, button_color=('#282923', '#282923'))],
[sg.T('')],
[sg.T('You have 6 new emails')],]