ZZY2357

Results 1 comments of ZZY2357

> As a workaround on modern Windows you can try: > > ``` > > PROCESS_DPI_UNAWARE = 0, > PROCESS_SYSTEM_DPI_AWARE = 1, > PROCESS_PER_MONITOR_DPI_AWARE=2 > > system = platform.system() >...