develop #18

Merged
Fabel merged 65 commits from develop into main 2024-12-05 11:16:03 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 2b0b5ec412 - Show all commits

View File

@ -9,7 +9,7 @@ class Main(customtkinter.CTk):
self.grid_rowconfigure(0, weight=1) self.grid_rowconfigure(0, weight=1)
self.grid_columnconfigure(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 = MainFrame(self)
main_frame.grid(row=0, column=0, padx=10, pady=10,sticky="nsew") main_frame.grid(row=0, column=0, padx=10, pady=10,sticky="nsew")
controller_mainframe = MainFrameController(main_frame) controller_mainframe = MainFrameController(main_frame)

BIN
src/ui/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB