Reputation: 425
I install STS which is based on Eclispe on Fedora 15. Gnome3 is nice but Eclipse uses a lot of padding. How can I fix it?
There are only solutions for GTK 2.0
Upvotes: 4
Views: 1303
Reputation: 6107
The old solutions for GTK2 are still very effective on Gnome 3. I'm using the GTK configuration from this post and have an eclipse alias defining the environment:
GTK2_RC_FILES=/opt/eclipse/gtkrc-custom /opt/eclipse/eclipse
I've actually modified the GTK configuration to not override my fonts; I like my system fonts (liberation, as described at in.relation.to).
Upvotes: 2