views:

78

answers:

1

Hi,

I've got problem with look of freshly installed Eclipse in my Ubuntu 10.04. The toolbars and tabs are just too wide, there's lot of empty space above and below text or images on them, so I wish to make them narrower.

How it looks

Fast look in google didn't give the answer how to configure it, so I hope someone has dealt with it. This is same with any GTK theme so I suppose there's something to do with SWT configuration. Thanks in advance for any help.

P.S. There were similar question some time ago which ended up with advice to use Clearlooks Compact GTK theme, but I don't think it's good solution for this problem. I'm just ok with Ambiance theme and hope there's a way to make SWT applications look good without switching to another theme.

+4  A: 

You can create a .gtkrc-2.0 file in your home directory. I'm not on my linux machine currently so I can't paste mine, but this guy posted his for Ubuntu. Googling for eclipse and .gtkrc should find you more.

Andrew Niefer
Thanks, it seems the right thing I didn't manage to google up.
Vadim Fedorov