How to change the toolbar and icons scale in IntelliJ IDEA?

前端 未结 1 1429
感情败类
感情败类 2021-01-07 05:04

It seems to me that in my IDE everything is too petty. I would like there to be a font about the same as inside the editor. How can I do it?

And how can I i

相关标签:
1条回答
  • 2021-01-07 05:32

    IntelliJ IDEA user interface/icons are scaled automatically depending on the system DPI/scaling settings.

    You can try to override it in Help | Edit Custom VM Options (effective after IDE restart):

    -Dide.ui.scale=1.5
    

    Menu/toolbar font/size can be overridden in the IDE Appearance settings:

    More details can be found in this document.

    0 讨论(0)
提交回复
热议问题