添加了工具面板的图标
This commit is contained in:
parent
26e7990ca0
commit
61f5e61f51
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -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()
|
||||||
Reference in New Issue