Renamed demo

This commit is contained in:
PySimpleGUI 2020-07-05 10:49:54 -04:00
parent 8c3676b7be
commit 1f8ad01942
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def main():
] ]
] ]
window = sg.Window('CPU Utilization', layout, window = sg.Window('Top CPU Processes', layout,
no_titlebar=True, keep_on_top=True, use_default_focus=False, alpha_channel=.8, grab_anywhere=True) no_titlebar=True, keep_on_top=True, use_default_focus=False, alpha_channel=.8, grab_anywhere=True)
# start cpu measurement thread # start cpu measurement thread