My app looks blurry on Windows while it's fine on ...
# compose-desktop
s
My app looks blurry on Windows while it's fine on MacOS. I already tried this:
Copy code
System.setProperty("sun.java2d.uiScale.enabled", "true")
System.setProperty("sun.java2d.uiScale", "2.0")
But this does not change anything. Especially text is not that sharp. What can I try to improve this?