resolution - Fonts are blurry / big in Android Studio -
Can I change the resolution of Android studio? I have settings- & gt; Appeared in appearance but it seems that there is no official way to change it. I have a 1920x1080 display and full window and the text looks a little blurred. I'm running a Windows machine on Windows 8.1. Thanks!
You have to set a compatibility option for the "Disable display scaling on high DPI settings" application .
Right-click on the taskbar button, then right-click the name of the app, select Properties, Compatibility. Set options, save changes, restart the studio.
These instructions are for a Win7 machine, but Win8.1 should behave in the same way.
To explain what is happening: Apparently, the studio is not "High DPI Awakening", that is, "I know how to handle myself on high DPI screen "And tries to scale the windows window so that its elements do not get too low.
You can override it on an app-by-app basis, but be prepared for potentially leased / short UI elements.
Comments
Post a Comment