Merge pull request #759 from MikeTheWatchGuy/Dev-latest
Chaneges sizes to be portable
This commit is contained in:
commit
e2882f4b9d
|
@ -41,8 +41,8 @@ def gui():
|
||||||
image_data=red_x,
|
image_data=red_x,
|
||||||
key='_quit_',button_color=(sg.LOOK_AND_FEEL_TABLE['Topanga']['TEXT'],sg.LOOK_AND_FEEL_TABLE['Topanga']['BACKGROUND']),
|
key='_quit_',button_color=(sg.LOOK_AND_FEEL_TABLE['Topanga']['TEXT'],sg.LOOK_AND_FEEL_TABLE['Topanga']['BACKGROUND']),
|
||||||
tooltip='Closes window')],
|
tooltip='Closes window')],
|
||||||
[sg.T('', key='_status_', size=(100, 25))],
|
[sg.T('', key='_status_', size=(12, 1))],
|
||||||
[sg.T('', key='_numissues_', size=(200, 20))],
|
[sg.T('', key='_numissues_', size=(20, 1))],
|
||||||
]
|
]
|
||||||
|
|
||||||
window = sg.Window('Issue watcher',
|
window = sg.Window('Issue watcher',
|
||||||
|
|
Loading…
Reference in New Issue