How can I configure the font size for the tree item in the package explorer/outline in Eclipse?
Which item in Font under Preferences I should change?
eclipse/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css
Backup the original and add something like the following, after first closing Eclipse just for safety:
.MPart Tree { font-size: 14; }
*It was performed on ScalaIDE version of Eclipse v4.4 (Luna) and should be the same for regular Eclipse v4.4 (Luna), I think.