-
Notifications
You must be signed in to change notification settings - Fork 0
Known Issues
If you open the graphical user interface (GUI) within a conda environment, you might encounter a display problem where the interface doesn't appear correctly. This issue is a recognized rendering issue between conda and CustumTkinter, resulting in buttons with jagged edges (or worse in MacOS).
Even though the graphical user interface (GUI) may not be displayed correctly when launching it in a conda environment, it's important to note that the underlying script still functions properly.
One solution is to deactivate conda before creating the python virtual environment, this way the environment created will not be affected by conda .
We're aware of a screen scaling issue on Windows systems that may cause script windows to exceed the screen size due to scaling set above 100%. While we're actively working on a fix, a temporary solution is available:
Go to "Settings" > "System" > "Display." Under "Scale and layout," set "Size of text, apps, and other items" to a maximum of 100%. This adjustment should prevent windows from extending beyond the screen until a permanent resolution is implemented.