Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change line space in Project window?

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.

like image 812
Eugene Avatar asked Jul 23 '13 08:07

Eugene


3 Answers

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

like image 104
shooma Avatar answered Nov 07 '22 04:11

shooma


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

enter image description here

like image 32
Макс Ветер Avatar answered Nov 07 '22 05:11

Макс Ветер


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

like image 13
Igor Konoplyanko Avatar answered Nov 07 '22 04:11

Igor Konoplyanko