You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[sg.Button('Compare'), sg.Button('Exit'), sg.T('PySimpleGUI ver '+sg.version.split(' ')[0] +' tkinter ver '+sg.tclversion_detailed+'Python ver '+sys.version, font='Default 8', pad=(0,0))],
21
+
[sg.Text('Note - You must setup the PyCharm information using PySimpleGUI global settings')],
22
+
[sg.Button('Global Settings')]
23
+
]
21
24
22
25
window=sg.Window('Compare 2 files using PyCharm', layout)
0 commit comments