From 8edbd6c0a9f5fd16c13bac1c01b4fd41dd206e75 Mon Sep 17 00:00:00 2001 From: Christoph Olberding <christoph.olberding@stud.hs-bochum.de> Date: Tue, 30 Mar 2021 10:05:49 +0000 Subject: [PATCH] Update UI/UI.py --- UI/UI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/UI.py b/UI/UI.py index 676f7c4..5305025 100644 --- a/UI/UI.py +++ b/UI/UI.py @@ -26,7 +26,7 @@ OptionList = [ app = tk.Tk() -app.geometry('1000x500') +app.geometry('1000x300') variable = tk.StringVar(app) variable.set(OptionList[0]) -- GitLab