asked Sep 25
This post is a wiki. Anyone with karma >200 is welcome to improve it.
I'm working on a 12' laptop with fedora 17 installed. Since the screen is small, I adjusted font size to 10pt. but the size of fonts in exclipse 'project exporer' doesn't affected. I didn't find a working way to resize the fonts there.
Anyone could help me or give me a hint?
My pleasure to summarize it here. I found this solution on Jean-Baptiste Onofré's Blog.
When using eclipse Juno on a small screen laptop, the fonts size in editor tabs such as Package Explorer tab and 'Outline' tab take a lot of spaces. Eclipse uses CSS to control this and related style, change directory to ECLIPSE_HOME, then go into like plugins/org.eclipse.platform_4.2.0v2012???????/css, you will see various css files. If your eclipse were using gtk theme, e4_default_gtk.css is used.
Search .MPartStack in this file and edit it like this,
.MPartStack {
font-size: 9;
swt-simple: false;
swt-mru-visible: false;
}
if you also want to change the font-family, add a line
font-family: 'font-name';
Asked: Sep 25
Seen: 48 times
Last updated: Oct 07
Where is WSDL editor in eclipse
How to increase boot font size for Fedora 17 grub2
Installing android-sdk on 64-bit Fedora
Fedora updates make Eclipse forget Java
How do I use Eclipse and what Java version does it come with in Fedora 16?
permission denied when launching jboss-as 7 from eclipse
Eclipse cant find c\c++ compiler\linker but i can run them from shell
If you use Gnome install: dconf, gconf
davidva (Sep 25)hi, I'm using gnome, but I don't know how to make it work
Meditation (Oct 06)