feature: Add DPI-aware code for better
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 1.2k
- Forks
- 303
- Merge medio
- 4 h 32 min
- PR fusionados (30 d)
- 216
Descripción
When running the GUI-version on Windows with 125% scaling on the monitor the UI and text becomes very blurry. Overriding the DPI-settings for the .exe doesn't work due to some UI elements moving out of sight. Simply adding this line of code to the main .py file should fix this.
ctypes.windll.shcore.SetProcessDpiAwareness(1)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.