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

Update UI/UI.py

parent c7a4ec5f
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,12 @@ OptionList = [
app = tk.Tk()
app.geometry('300x600')
app.geometry('1000x1000')
variable = tk.StringVar(app)
variable.set(OptionList[0])
lsum = tk.Label(app, text = 'Wohin möchten Sie?',font = ('Helvetica', 26))
lsum.pack()
opt = tk.OptionMenu(app, variable, *OptionList)
opt.config(width=90, font=('Helvetica', 32))
opt.pack()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment