Reputation: 15
I have two questions:
root.iconbitmap(..)
.Upvotes: 0
Views: 1432
Reputation: 125
I don't believe it's possible to change the size of the icon, unfortunately. However, make sure that the icon your using is a .ico file not some other format. .ico files show up bigger and clearer than other formats.
As for the black icon problem, the color of the taskbar is determined by your Windows color settings. There isn't much you can do other than to make an icon that works for both dark and light colors. Although you could get rid of the default taskbar and make your own taskbar in tkinter with whatever colors you would like, if that's something you would like to undertake.
Upvotes: 1