hoffstadt / hoffstadt/DearPyGui

High resolution blur under Windows

Open
#2,247 4 comments 0 reactions 0 assignees View on GitHub
state: pending type: bug
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

![image](https://github.com/hoffstadt/DearPyGui/assets/30040613/43c7d474-ad2a-474f-8eda-d89b0d30f8e0)

## 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.