Software Engineer @ fuhrmanns
Open Source /#linux
1 min read

Fix JetBrains IDE scale issue on 4k monitor

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.