Changed to plain look and feel

This commit is contained in:
MikeTheWatchGuy 2018-10-06 23:52:11 -04:00
parent 990b5aecee
commit bddbb189de
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ def kill_proc_tree(pid, sig=signal.SIGTERM, include_parent=True,
def main():
# ---------------- Create Form ----------------
sg.ChangeLookAndFeel('Topanga')
# sg.ChangeLookAndFeel('Topanga')
layout = [[sg.Text('Process Killer - Choose one or more processes',
size=(45,1), font=('Helvetica', 15))],
[sg.Listbox(values=[' '], size=(50, 30), select_mode=sg.SELECT_MODE_EXTENDED, font=('Courier', 12), key='_processes_')],