Answer the question
In order to leave comments, you need to log in
How to change the font size of the list of files on the left in Atom IDE?
The editor does not adapt to the huge resolutions of laptop monitors.
Answer the question
In order to leave comments, you need to log in
https://github.com/atom/atom/issues/5246
Right, the font-size in the settings only changes what's inside the text editor. If you only want to change the font-size of the sidebar (tree-view), you could open Menu > Atom > Open Your Stylesheet and then paste:
.tree-view {
font-size: 14px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question