RonanFelipe
RonanFelipe

Reputation: 657

How to change the size of the Intellij Idea menu lines?

I would like to know how to change the space between lines of the menu (width). My menus having lines too big. There is image to show it.

enter image description here

Upvotes: 2

Views: 2436

Answers (2)

Alice Iceberg
Alice Iceberg

Reputation: 41

In my case, the following worked:

Settings >> Material Theme UI >> Settings >> Compact >> tick Compact Menus :)

Upvotes: 0

Jocelyn TONNELIER
Jocelyn TONNELIER

Reputation: 136

Like yole said, the Material Theme Plugin change the space between each line in menu.

To fix it:

  • Open IntelliJ settings (Ctrl + Alt +S)
  • Appearance & Behavior > Material Theme > Tabs Compact
  • Enable Compact Menus & Compact Dropdown Lists

Upvotes: 12

Related Questions