Tom Schimansky

Results 224 comments of Tom Schimansky

Looks fine to me, I think you are working on a HighDPI display with a scaling in the Windows settings >100%. And CustomTkinter widgets adapt to this scaling while tkinter...

You have to tell me what's the problem, otherwise I can't help. Normally it should work on python 3.7.

Ok didn't thought of this, I will fix this with the next version.

Fixed now with version 5.0.2.

`from PIL import Image, ImageTk` has to work, then everything should be fine.

Which python version are you using?

I dient even know it was possible to put them into separate strings, I always put them into one string (the third string in the tuple). In tkinter there are...

Multiple style strings are now possible with version 5.0.2.

Do you use the newest customtkinter version?

Thats a nice addition, I already thought about doing this. But I tried it on macOS and the iconbitmap method had no effect on the icon, so it does not...