RELEASE 3.0.2
This commit is contained in:
parent
699a6912d2
commit
ebb0dbb03a
4 changed files with 63 additions and 12 deletions
|
@ -7,7 +7,7 @@ def Timer():
|
|||
sg.ChangeLookAndFeel('Dark')
|
||||
sg.SetOptions(element_padding=(0,0))
|
||||
# Make a form, but don't use context manager
|
||||
form = sg.FlexForm('Running Timer', grab_anywhere=False, no_titlebar=True, auto_size_buttons=False)
|
||||
form = sg.FlexForm('Running Timer', no_titlebar=True, auto_size_buttons=False)
|
||||
# Create a text element that will be updated with status information on the GUI itself
|
||||
# Create the rows
|
||||
form_rows = [[sg.Text('')],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue