I may change the font size in work area using ctrl+mouse wheel. Can i also change the program interface size? (I use high ppi monitor)
Asked
Active
Viewed 2.1k times
2 Answers
20
You can change UI font size in File | Settings | Appearance & Behavior | Appearance, Override default fonts
Update: starting with version 2017.2 IDEA/WebStorm support per-display-DPI mode on Windows, but it doesn't work always.
If you experience problems with scaling, try setting UI font to default in Settings | Appearance & Behavior | Appearance – uncheck Override default font, if it’s checked.
If it doesn’t help, please add -Dsun.java2d.uiScale.enabled=false to VM options using menu Help | Edit custom VM options.
lena
- 1,214
0
There's a "Zoom" option in Settings > Appearance & Behaviour > Appearance > Accessibility. It will change the whole programme interface size, including the editor.
roundabout
- 101