updated main logo

This commit is contained in:
Falko Victor Habel 2024-10-08 08:56:33 +02:00
parent 24594fcd24
commit 2b0b5ec412
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class Main(customtkinter.CTk):
self.grid_rowconfigure(0, weight=1)
self.grid_columnconfigure(0, weight=1)
self.iconbitmap("src/ui/icon.ico")
self.iconbitmap("src/ui/logo.png")
main_frame = MainFrame(self)
main_frame.grid(row=0, column=0, padx=10, pady=10,sticky="nsew")
controller_mainframe = MainFrameController(main_frame)

BIN
src/ui/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB