Skip to content
Snippets Groups Projects
Commit 8edbd6c0 authored by Christoph Olberding's avatar Christoph Olberding
Browse files

Update UI/UI.py

parent ab37a9ce
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ OptionList = [ ...@@ -26,7 +26,7 @@ OptionList = [
app = tk.Tk() app = tk.Tk()
app.geometry('1000x500') app.geometry('1000x300')
variable = tk.StringVar(app) variable = tk.StringVar(app)
variable.set(OptionList[0]) variable.set(OptionList[0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment