Fixed erroneous popup, New demo - simple cpu meter
This commit is contained in:
parent
983716e242
commit
0c1860b006
2 changed files with 34 additions and 2 deletions
|
@ -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')],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue