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
On Windows, the DPI that Tk sees is 96 for regular screens and some
multiple of that for HiDPI screens. On Linux, the DPI is the true DPI
(or at least what the display server tells it is true), and doesn't have
anything to do with HiDPI. On macOS, the DPI appears closer to 72 by
default.
0 commit comments