Change Project Explorer tree view font size in Eclipse Oxygen

前端 未结 12 1292
难免孤独
难免孤独 2020-12-24 08:04

I am using Eclipse Version: Oxygen.1a Release (4.7.1a) and I want to enlarge the Project Explorer tree view font size because I have some sight issues and thus I searched ma

12条回答
  •  滥情空心
    2020-12-24 08:39

    To increase font size of eclipse project explorer window for eclipse 2020-06.

    First check the theme, you are using in the eclipse from preferences.Increase the value of below property for that theme. For example, if you are using light theme.

    In file: /Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.themes_1.2.1000.v20200528-1125/css/light/e4-light_partstyle.css,

    Add property if missing or if it is already present, just increase value of font size.

    .MPart Tree {
        font-size: 13;
    }
    

提交回复
热议问题