hoffstadt / hoffstadt/DearPyGui
High resolution blur under Windows
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
## Version of Dear PyGui
Version: 1.10.1
Operating System: Windows 10
## My Issue/Question
High resolution blur under Windows, What should I do to avoid this problem?
## Expected behavior
Maintain clarity when using the high-resolution screen and adjusting the zoom on Windows
## Screenshots/Video

## Standalone, minimal, complete and verifiable example
```python
# Here's some code anyone can copy and paste to reproduce your issue
import dearpygui.dearpygui as dpg
dpg.create_context()
dpg.create_viewport()
dpg.setup_dearpygui()
with dpg.window(label="tutorial"):
dpg.add_button(label="Press me")
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
```
Contributor guide
Assessment
This issue has not been assessed yet.