Dkal
Dkal

Reputation: 33

Android Studio update 3.0.1 made everything tiny

I updated Android Studio from version 3.0 to 3.0.1 and I encountered an unexpected error: the entire UI shrunk to unusable size. We're talking buttons, icons, text, the whole bit. The text size in the editor remains unaffected, but my buttons like "debug" and "avd manager" are now about half the size of my mouse pointer, if not smaller.

So is this a config I need to change? I reset to defaults on everything I could find to no avail. Has anyone else experienced this? What can be done?

Notes: On on Windows 10, I have a dual-monitor setup (problem exists on both), the window title bar is (obviously) unaffected, and all I did to get here was click the "update" prompt in the bottom right of Android Studio when it started. Everything was fine at that time.

Upvotes: 1

Views: 374

Answers (1)

Ridcully
Ridcully

Reputation: 23655

Since AndroidStudio is based on IntelliJ, I searched a bit and found this on IntelliJ's support pages: Troubleshooting IDE scaling issues on Windows.

Check it out, I hope it helps.

Upvotes: 1

Related Questions