mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Added icon to ui windows.
This commit is contained in:
parent
ee924ef36e
commit
2047089b64
@ -10,6 +10,7 @@ class Window:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.tk = Tk()
|
self.tk = Tk()
|
||||||
self.tk.title("DCS Liberation")
|
self.tk.title("DCS Liberation")
|
||||||
|
self.tk.iconbitmap("icon.ico")
|
||||||
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