Is there any way to change the font size of the navigator panel in xcode? I've managed to change the font size in the edit window with preference->font & color, but that does not change the font size of the navigator.
Asked
Active
Viewed 2,954 times
2 Answers
14
For Xcode 12 & Above
Its default value is matched the system's Resolution. (check my early answer).
How to change system system's Resolution on macOS?
Solution before 2020 - AKA My Early Answer
Only way to change Resolution is changing system preferences for now. System preferences > Displays > Change resolution option from "Default for display" to "Scaled" and choose as you wish.

Inder Kumar Rathore
- 39,458
- 17
- 135
- 184

MGY
- 7,245
- 5
- 41
- 74
0
There is this MMNavigatorFont plugin that should do the job, you have to install it through Alcatraz

Edoardo
- 4,485
- 1
- 27
- 31
-
Unfortunately plugins are not supported by Xcode 8 and above. From Alcatraz main page: Please note that plugins are no longer supported since Xcode 8. Alcatraz is available for Xcode 7 only. See issue #475 for more information. – MGY Aug 15 '17 at 12:23