Changed window title to be more descriptive

This commit is contained in:
PySimpleGUI 2020-07-05 10:50:12 -04:00
parent 1f8ad01942
commit a148751404
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ def main():
layout += [[sg.Text('Refresh', font='Any 8', key='-REFRESH-', enable_events=True), sg.Text('', enable_events=True, key='Exit Text')]]
# ---------------- Create Window ----------------
window = sg.Window('Drive status', layout, keep_on_top=True, grab_anywhere=True, no_titlebar=True, alpha_channel=ALPHA, use_default_focus=False,
window = sg.Window('Drive Status Widget', layout, keep_on_top=True, grab_anywhere=True, no_titlebar=True, alpha_channel=ALPHA, use_default_focus=False,
finalize=True)
update_window(window) # sets the progress bars