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

Part title font of weirdness

Open samjegal opened this issue 9 years ago • 1 comments

Before part active image

After part active image

My env is eclipse mars and below image

samjegal avatar Aug 08 '15 16:08 samjegal

I had a similar problem because of the custom CSS I had to change the font of the tabs. Replacing it with the one below solved my issue:

CTabItem {
    font-size: 10;
    font-weight: normal;
    font-family: "Ubuntu Light";
 }

renataogarcia avatar Aug 08 '15 23:08 renataogarcia