Skip to content

Commit 7d67655

Browse files
Merge pull request PySimpleGUI#1571 from PySimpleGUI/Dev-latest
Comments clean-up for check-in test
2 parents af9e494 + da73500 commit 7d67655

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

PySimpleGUI.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10495,18 +10495,6 @@ def main():
1049510495
# TimerStop()
1049610496
window.Close()
1049710497

10498-
# layout = [[Text('You are running the PySimpleGUI.py file itself')],
10499-
# [Text('You should be importing it rather than running it', size=(50, 2))],
10500-
# [Text('Here is your sample input window....')],
10501-
# [Text('Source Folder', size=(15, 1), justification='right'), InputText('Source', focus=True),
10502-
# FolderBrowse(tooltip='Browse for a folder')],
10503-
# [Text('Destination Folder', size=(15, 1), justification='right'), InputText('Dest'), FolderBrowse()],
10504-
# [Ok(bind_return_key=True), Cancel()]]
10505-
#
10506-
# window = Window('Demo window..').Layout(layout)
10507-
# event, values = window.Read()
10508-
# window.Close()
10509-
1051010498

1051110499
if __name__ == '__main__':
1051210500
main()

0 commit comments

Comments
 (0)