This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

本人新手,由于电脑屏幕太小,导致project explorer 里面的字体太小了,怎样调整其字体的大小?

  • 您可以尝试下面的步骤

    1 在 Window -> Preferences -> General -> Appearance 下查看您现在的主题

    2 在CCS的安装目录下找到您现在主题对应的文件,如e4_basestyle

    C:\ti\ccs920\ccs\eclipse\plugins\org.eclipse.ui.themes_1.2.100.v20180514-1547\css

    3 打开文件添加下面的语句

    .MPart Tree {
    font-family: Consolas;
    font-size: 15;
    }

    您可以自己设置自己的字体类型以及大小

    亲测有效