Reputation: 3898
I want to be able to increase the scale of the IntelliJ IDEA to increase the size of everything(text, folders etc), not just font size, because everything looks very small on high resolution screens(MacBook Pro Retina). I know it can be done by navigating Help / Edit Custom VM Options but forgot the option to increase scale.
Upvotes: 2
Views: 1364
Reputation: 2089
Please see https://youtrack.jetbrains.com/issue/IDEA-192797.
You can either increase the default font size (Settings > Appearance & Behavior > Appearance > Override default font) so that UI scaling factor is calculated from it or add -Dide.ui.scale=2.0 in Help | Edit Custom VM Options.
Upvotes: 3