Bug 577318 - Incorrect Help Icon (24x24, should be 16x16)
Summary: Incorrect Help Icon (24x24, should be 16x16)
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.23   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-18 02:48 EST by John Kozlov CLA
Modified: 2022-09-02 06:26 EDT (History)
1 user (show)

See Also:


Attachments
Correct 16x16 icon (600 bytes, image/png)
2021-11-18 02:48 EST, John Kozlov CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Kozlov CLA 2021-11-18 02:48:06 EST
Created attachment 287540 [details]
Correct 16x16 icon

org.eclipse.ui.jar contains icons\full\elcl16\linkto_help.png. The icon dimensions are 24x24. This can mess up the whole toolbar if the icon is put with other icons (which are all 16x16). The icon dimensions should be 16x16. Note that the scaled icon (linkto_help@2x.png) is correct: it's 32x32. So only the 1x icon should be fixed.

I attached a correct 16x16 icon. You can use it or generate your own icon if you want.
Comment 1 John Kozlov CLA 2021-12-20 07:15:35 EST
Ping
Comment 2 Andrey Loskutov CLA 2021-12-20 07:26:50 EST
(In reply to John Kozlov from comment #1)
> Ping

https://wiki.eclipse.org/Platform/How_to_Contribute
Comment 3 John Kozlov CLA 2022-09-02 06:26:10 EDT
Create a pull request: https://github.com/eclipse-platform/eclipse.platform.ui/pull/310