Bug 577318

Summary: Incorrect Help Icon (24x24, should be 16x16)
Product: [Eclipse Project] Platform Reporter: John Kozlov <orionllmain>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: loskutov
Version: 4.23   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Correct 16x16 icon none

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