You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the last method still shrinks, then this behavior is normal, as it only calls Windows API.
If any of the above two methods does not get smaller, that is the hidpitk bug, which I will fix later. (If yes, can you tell me which method is normal?)
Note: I fixed the high DPI issue in the built-in turtledemo of Python, and the window becoming smaller should be normal. In the screenshot of the issue, the original window size exceeded the screen size.
The window was also too small using hdpitkinter. with the second solutionm the window behaved as if i had done nothing at all, so proper size, but pixelated text (as the left one in my screenshot)
Left is my app before, right after i added hidpi-tk. There is clearly something that prevents it from applying the proper DPI scale.
The text was updated successfully, but these errors were encountered: