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

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

After that restart the IDE.