I am using Eclips on Ubuntu 20.04. I found that font and icons size are too small.
When I run
GDK_DPI_SCALE=1.1 ./eclipse
Font size are ok but toolbar icons are still retaining small size:
When I tries to edit e4_basestyle.css
files under eclipse\plugins\org.eclipse.ui.themes_X.X.X.vXXXXXXXX-XXXX\css
by adding
#org-eclipse-jdt-ui-PackageExplorer Tree,
#org-eclipse-ui-navigator-ProjectExplorer Tree {
font-size: 16px;
font: Nato Sans;
}
.MPart Tree {
font-family: Nato Sans;
font-size: 16px;
}
it only affect on font.
Any options?