添加了工具面板的图标

This commit is contained in:
weiye.wang 2023-04-15 13:01:19 +08:00
parent 26e7990ca0
commit 61f5e61f51
2 changed files with 1 additions and 0 deletions

BIN
工具/logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -216,5 +216,6 @@ menubar.add_command(label = "退出", command = root.destroy)
root.config(menu = menubar) root.config(menu = menubar)
root.attributes("-topmost",1) root.attributes("-topmost",1)
root.iconbitmap("logo.ico")
root.mainloop() root.mainloop()