Major demo refresh.. switched everything to new function names, new design patterns

Out with the old, in with the new!!
This commit is contained in:
MikeTheWatchGuy 2018-09-24 18:01:00 -04:00
parent 2a06683383
commit a1f4c60271
68 changed files with 706 additions and 1863 deletions

View file

@ -33,9 +33,9 @@ german_categories =('Use Default with no change',
# the form layout
form = sg.FlexForm('EBay Super Searcher', auto_size_text=True)
window = sg.Window('EBay Super Searcher', auto_size_text=True)
form2 = sg.FlexForm('EBay Super Searcher', auto_size_text=False)
form2 = sg.Window('EBay Super Searcher', auto_size_text=False)
layout_tab_1 = [[sg.Text('eBay Super Searcher!', size=(60,1), font=('helvetica', 15))],
[sg.Text('Choose base configuration to run')],