I'm trying to make Eclipse UI more compact and already have successfully tweaked it using these instructions:
The only remaining thing I want to improve is reducing vertical spacing between menu items as on this picture:
I looked through GtkMenuItem style properties, but can't find any setting for that. GtkMenu::vertical-padding also doesn't seem to be right one.
Is there any Gtk2 widget property that I can modify to do it?