-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toolbar Items with text using different font colors on Windows and Mac #1696
Comments
So in the IDE we can see this e.g. in the "perspective switcher" (when the "show text" option is turned on), correct? |
yes, exactly, here some more screenshots from the perspective switcher. Black color is used as foreground for the View title text (Outline, Variabl...) on both platforms consistently; but not for the texts in the perspective switcher (Debug, Java). Why? In dark mode both platforms use a white color as foreground in the perspective switcher texts. (On windows, the text cannot be read in dark mode, but this is worth for another issue) |
I think it's this: eclipse-platform/eclipse.platform.ui#2570 |
I've been exploring possible solutions for eclipse-platform/eclipse.platform.ui#2570, looks like I have a bit more work to do in order to handle text in toolbar buttons. |
Following SWT code snippet is creating a label and a toolbar with one item.
The result looks different on Windows on Mac:
Windows:
Mac:
Why is using the Mac SWT implementation a different font color for the toolbar item compared to Windows? For the label, both implementations are using a black font.
Are all toolbar item texts on Mac rendered with a gray-isch font? So, is it intended that toolbars are rendered differently with a native look and feel on each platform?
I personally think that the toolbar item texts should be rendered with the same color on each platform. What do you think?
The text was updated successfully, but these errors were encountered: