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:
parent
2a06683383
commit
a1f4c60271
68 changed files with 706 additions and 1863 deletions
|
@ -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')],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue