Chaneges sizes to be portable

This commit is contained in:
MikeTheWatchGuy 2018-11-21 10:34:53 -05:00
parent ef36a16cbb
commit cf30e09da1
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ def gui():
image_data=red_x,
key='_quit_',button_color=(sg.LOOK_AND_FEEL_TABLE['Topanga']['TEXT'],sg.LOOK_AND_FEEL_TABLE['Topanga']['BACKGROUND']),
tooltip='Closes window')],
[sg.T('', key='_status_', size=(100, 25))],
[sg.T('', key='_numissues_', size=(200, 20))],
[sg.T('', key='_status_', size=(12, 1))],
[sg.T('', key='_numissues_', size=(20, 1))],
]
window = sg.Window('Issue watcher',