Merge pull request #759 from MikeTheWatchGuy/Dev-latest

Chaneges sizes to be portable
This commit is contained in:
MikeTheWatchGuy 2018-11-21 10:35:26 -05:00 committed by GitHub
commit e2882f4b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',