28

Is it possible to change line space for Project window only in Intellij IDEA? I've seen "Overrride default fonts" in Settings which is "not recommended". Is there a recommended way to do that? Thanks.

Eugene
  • 59,186
  • 91
  • 226
  • 333

6 Answers6

30

Found solution in IDEA ticket (thanks for support help!):

  1. Enable "Internal Mode"

  2. Open "Find Action" (Ctrl-Shift-A), find "LaF Defaults" and press Enter

  3. Find "Tree.rowHeight" property and change it

Value 20 is perfect for me

shooma
  • 435
  • 6
  • 8
27

I solved this by using Material Theme. Settings -> Appearance & Behavior -> Material Theme -> Project View -> Custom Sidebar Height.

enter image description here

Oddrigue
  • 554
  • 5
  • 17
14

I think it's possible only for editor. You can change it using this settings panel: enter image description here

Igor Konoplyanko
  • 9,176
  • 6
  • 57
  • 100
2

version: IntelliJ IDEA Community Edition 2020.3.2

File-> Settings-> Editor-> Font-> Line spacing

enter image description here

prashant.kr.mod
  • 1,178
  • 13
  • 28
1

You can create a Plugin Theme, and set Tree.rowHeight and List.rowHeight to X.

Juste wrote a tutorial about it: https://medium.com/@let92/set-line-height-in-project-view-of-jetbrains-ide-36c07de3254

David
  • 4,785
  • 7
  • 39
  • 63
0

LaF Default solution of @shooma is still working.

Here are the steps: First Three steps is still the same as @shooma's solution but need further steps to apply your changes.

  1. Enable "Internal Mode"
  2. Open "Find Action" (Ctrl-Shift-A), find "LaF Defaults" and press Enter
  3. Find "Tree.rowHeight" property and change it

Here are the next new steps

  1. Go to Settings > Appearance

  2. Change Font Size to anything (e.g: 13)

  3. Apply ( you should be able to see the difference, you can try rowHeight 40 to see big difference )

  4. -optional- Change it back to your Font Size (you may not need this step if you are satisfied with your current font size)

superern
  • 129
  • 1
  • 9