removed useless stuff
This commit is contained in:
@@ -8,9 +8,7 @@ file_list_column = [
|
||||
[sg.Button('Submit')],
|
||||
[sg.Output(size=(80, 40))]]
|
||||
|
||||
layout = [[(file_list_column)]]
|
||||
|
||||
window = sg.Window('VIDEOTRON DATA CALCULATOR', layout)
|
||||
window = sg.Window('VIDEOTRON DATA CALCULATOR', file_list_column)
|
||||
|
||||
while True:
|
||||
event, values = window.read()
|
||||
|
||||
Reference in New Issue
Block a user