mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added title name to UI window
This commit is contained in:
parent
f9c1dd980b
commit
ee924ef36e
@ -9,6 +9,7 @@ class Window:
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.tk = Tk()
|
self.tk = Tk()
|
||||||
|
self.tk.title("DCS Liberation")
|
||||||
self.tk.grid_columnconfigure(0, weight=1)
|
self.tk.grid_columnconfigure(0, weight=1)
|
||||||
self.tk.grid_rowconfigure(0, weight=1)
|
self.tk.grid_rowconfigure(0, weight=1)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user