Added title name to UI window

This commit is contained in:
Khopa 2018-08-08 16:24:20 +02:00
parent f9c1dd980b
commit ee924ef36e

View File

@ -9,6 +9,7 @@ class Window:
def __init__(self):
self.tk = Tk()
self.tk.title("DCS Liberation")
self.tk.grid_columnconfigure(0, weight=1)
self.tk.grid_rowconfigure(0, weight=1)