eclipse-ui-themes icon indicating copy to clipboard operation
eclipse-ui-themes copied to clipboard

Tab titles in Eclipse/GTK are huge!

Open davidcaste opened this issue 12 years ago • 3 comments

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.

screenshot

davidcaste avatar Jul 12 '12 08:07 davidcaste

Just set the font-size of ".MPartStack" to 8 or whatever you like

sawy avatar Jul 17 '12 08:07 sawy

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?

cindymarie avatar Jul 17 '12 10:07 cindymarie

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;
}

breandan avatar Dec 15 '12 16:12 breandan