Merge pull request #435 from MikeTheWatchGuy/Dev-latest

Changed to plain look and feel
This commit is contained in:
MikeTheWatchGuy 2018-10-06 23:53:33 -04:00 committed by GitHub
commit bec72b9db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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_')],