CustomTkinter
CustomTkinter copied to clipboard
4k destroying scaling
Hi !
I rescently use ctk to create an app, and i creating it in an HD screen (1920*1080). I fact, transfer my app in a new computer (a windows surface) and I discover the screen is in 4K ... How ? Because my entire app is broken ! And I don't know how to fix it. Y trying to use this to resolve my problem, but it dosen't work ... : https://github.com/TomSchimansky/CustomTkinter/wiki/Scaling
How can I adapt my app based on the screen scale ? Because I going to deploy my app in different PC, and I absolutly need to automaticly adapt the displaying ..
Thanks !!!
If you use CustomTkinter components only the scalings works automatically. Tkinter components do not scale and cannot be scaled. Can you show me a screenshot of the app on the 4K display?