eclipse-ui-themes
eclipse-ui-themes copied to clipboard
Tab titles in Eclipse/GTK are huge!
Tab titles in Eclipse/GTK are really huge. There is no way of changing its font and size in Preferences > General > Appearance > Colors and Fonts.
Just set the font-size of ".MPartStack" to 8 or whatever you like
Since this issue is related to fonts, i will just raise my question here. I am wondering, can I change the font style of the tab titles?
Here are the edited contents of my .MPartStack in dropins - looks fine in Windows 8.
.MPartStack {
font-size: 9;
font-family: 'Segoe UI'; swt-simple: false;
swt-mru-visible: false;
swt-tab-renderer: url(bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering);
swt-unselected-tabs-color: #333333 #333333 #333333 100% 100%;
swt-outer-keyline-color: #333333;
swt-inner-keyline-color: #333333;
swt-mru-visible: false;
swt-shadow-visible: false;
swt-tab-outline: #444444;
}