diff options
Diffstat (limited to 'eitControl.py')
-rw-r--r-- | eitControl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eitControl.py b/eitControl.py index 33a20a7..9fe4ad5 100644 --- a/eitControl.py +++ b/eitControl.py @@ -227,6 +227,7 @@ class Experiment: if __name__ == '__main__': root=Tk() + root.geometry("800x600") experiment=Experiment(root) |