CustomTkinter
CustomTkinter copied to clipboard
Switching from using ImageTk to CTkImage
So I updated the library to the most recent version (5.0.3) and now all the images I use in the app are so tiny. Is there a way to scale them back to 100% of there original size ?
Also, I placed all my images into Labels and for some reason now the labels still display "CTk Label" unless I set the text="". I suggest making the text disappear once an image is assigned to a label, same way it works for assigning it to a button.