NEW Demos - Floating CPU utlization widget, Compound element - Spinner, refresh of the other Demos

This commit is contained in:
MikeTheWatchGuy 2018-09-12 16:46:35 -04:00
parent 18584aa533
commit 57396f3dc1
8 changed files with 109 additions and 17 deletions

View file

@ -35,7 +35,7 @@ def Everything():
sg.Text(' ' * 40), sg.ReadFormButton('SaveSettings'), sg.ReadFormButton('LoadSettings')]
]
form = sg.FlexForm('Form Fill Demonstration', default_element_size=(40, 1))
form = sg.FlexForm('Form Fill Demonstration', default_element_size=(40, 1), grab_anywhere=False)
# button, values = form.LayoutAndRead(layout, non_blocking=True)
form.Layout(layout)