Intellij 2017.2 无法缩放

Intellij 2017.2 does not scale

更新到 2017.2 后,Intellij IDEA 无法在 Dell Ultrasharp U2415b 上正确缩放。图标很大,工作空间很小。

我已经检查过,Intellij 通过 HiDPI 支持改变了一些东西。

有人遇到同样的问题吗?

https://blog.jetbrains.com/idea/2017/07/intellij-idea-2017-2-is-here-smart-sleek-and-snappy/ 上找到解决方法:

The fact is that “the better HiDPI support” is currently limited to integral scale displays only, which is not your case. IDEA should have auto-switched to the previous HiDPI mode on start, but it unfortunately didn’t work for you. The problem should be fixed in the upcoming update: https://youtrack.jetbrains.com/issue/IDEA-173258

Until it’s fixed, please reset the HiDPI mode manually by providing the VM option (Help > Edit Custom VM Options):

-Dsun.java2d.uiScale.enabled=false

Then restart. Sorry for the inconvenience.