Added icon to ui windows.

This commit is contained in:
Khopa 2018-08-08 16:27:42 +02:00
parent ee924ef36e
commit 2047089b64
2 changed files with 1 additions and 0 deletions

BIN
icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

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