Fix JetBrains IDE scale issue on 4k monitor

A quick fix for JetBrains IDEs rendering too small on 4K displays on Linux.

To fix scale issues on JetBrains IDE search for the action “Edit Custom VM Options…” and add to the file:

-Dsun.java2d.uiScale.enabled=true  
-Dsun.java2d.uiScale=2

After that restart the IDE.

Comments

Back to top