Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change the font size of the project panel?

I can see where it's possible to change editor fonts, but the project panel font seems unreasonably large. Overriding the default fonts only changes the upper path bar and some other elements.

like image 812
Collin Van Dyck Avatar asked Mar 21 '11 16:03

Collin Van Dyck


People also ask

How do I change font size in project?

Click Format > Text Styles. In the Item to Change list, click All, then select the font, size, or color you want for all text in the current view. To change the font of just tasks and not milestones or summary tasks, click Noncritical Tasks, change the font, then in turn click Critical Tasks.

Can you change the size of the font?

Change font sizeOpen your device's Settings app. Select Accessibility. Text and display. Select Font size.


2 Answers

This worked for me in IntelliJ 14.0.3 Community Edition in Ubuntu:

File | Settings | Appearance & Behavior | Appearance

And then tick on:

[ ] Override default fonts by (not recommended)      Name: Ubuntu       Size: 14 

There you can choose the font and the size of everything: menus, Project panel, Editor, etc... For me, on Linux, it is fine to set it to 15 (default is 14), and then adjust the Editor font alone under:

Editor | General

Mouse   [ ] Change font size (Zoom) with Ctrl+Mouse Wheel 
like image 118
nephewtom Avatar answered Oct 14 '22 17:10

nephewtom


UPDATE-2016: it is possible, see this

It's not possible, unfortunately, please watch/vote for the bug.

UPDATE: In the later versions global font/size setting under Settings (Preferences) | Appearance also controls the project view tool window font, but there is still no way to control the project view font individually, without changing the font/size of the other UI elements.

like image 26
CrazyCoder Avatar answered Oct 14 '22 17:10

CrazyCoder