Refresh of Demo applications
This commit is contained in:
parent
7e1ff1d543
commit
8f220a7ac1
9 changed files with 139 additions and 87 deletions
|
@ -1,7 +1,7 @@
|
|||
import PySimpleGUI as sg
|
||||
|
||||
def GetFilesToCompare():
|
||||
with sg.FlexForm('File Compare', auto_size_text=True) as form:
|
||||
with sg.FlexForm('File Compare') as form:
|
||||
form_rows = [[sg.Text('Enter 2 files to comare')],
|
||||
[sg.Text('File 1', size=(15, 1)), sg.InputText(), sg.FileBrowse()],
|
||||
[sg.Text('File 2', size=(15, 1)), sg.InputText(), sg.FileBrowse()],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue