Fonts are blurry / big in Android Studio

前端 未结 5 1965
一向
一向 2021-01-04 02:56

is there any way I can change the resolution of Android Studio? I looked in Settings->Appearance but it seems like there is no official way to change it. I have a 1920x1080

5条回答
  •  旧巷少年郎
    2021-01-04 03:04

    You need to set a compatibility option "Disable display scaling on high DPI settings" for the application.

    Right-click the taskbar button, then right-click the app name, select Properties, Compatibility. Set the option, save changes, restart Studio.

    Those instructions are for a Win7 machine, but Win8.1 should behave the same.


    To explain what is happening: apparently, the Studio is not "high DPI aware", i.e. does not declare "I know how to handle myself on a high-DPI screen", and Windows tries to scale the window so that its elements do not get too tiny.

    You can override this on an app-by-app basis, but be prepared for possible glitches / tiny UI elements.

提交回复
热议问题