Odi's astoundingly incomplete notes
New entries | CodeFix Eclipse wide fonts
If fonts in Eclipse and other GTK UI on Linux look too wide or too high or have too much padding around them, then check your GTK font settings! Using a different font may give you a much better layout.
Especially DejaVu Sans and Liberation Sans have a much lower height than Noto Sans for example.
~/.config/gtk-3.0/settings.ini:
Especially DejaVu Sans and Liberation Sans have a much lower height than Noto Sans for example.
~/.config/gtk-3.0/settings.ini:
gtk-font-name=Liberation Sans, 10
Add comment