khusamov
@khusamov
ReactJS, NodeJS, TypeScript, Sencha ExtJS

Как поменять размер шрифта списка файлов слева в IDE Atom?

Редактор не подстраивается на огромные разрешения мониторов ноутбуков.
  • Вопрос задан
  • 838 просмотров
Пригласить эксперта
Ответы на вопрос 1
khusamov
@khusamov Автор вопроса
ReactJS, NodeJS, TypeScript, Sencha ExtJS
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;
}

You can't go too large since the line-height is fixed, but a couple px more than the default should be fine.
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы