feature: Add DPI-aware code for better
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 1.2k
- Forks
- 303
- Ø Merge
- 4 Std. 32 Min.
- Gemergte PRs (30 T.)
- 216
Beschreibung
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)
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.