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