Fixed erroneous popup, New demo - simple cpu meter

This commit is contained in:
MikeTheWatchGuy 2018-09-20 20:42:40 -04:00
parent 983716e242
commit 0c1860b006
2 changed files with 34 additions and 2 deletions

View file

@ -37,8 +37,6 @@ def CPU_thread(args):
def main():
global g_interval, g_procs, g_exit
yesno = sg.PopupYesNo('My popup')
# ---------------- Create Form ----------------
sg.ChangeLookAndFeel('Black')
form_rows = [[sg.Text('', size=(8,1), font=('Helvetica', 20),text_color=sg.YELLOWS[0], justification='center', key='text')],