Add SVG to org.eclipse.pde.spy.preferences#1952
Conversation
|
The expand / collape all, delete / delete all where greyed out in the current state (PNGs). This looked like these actions are disabled. See: I think they should be colorful like the other versions of these in platform. So I changed this. @HannesWell: Can you pls. review and and manually test? |
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
Use SVGs instead of PNGs as platform now supports this. All SVG already existing and were simply copied over. For the preference_spy.png an SVG still needs to be created. This will be done in a separate commit. Contributes to: eclipse-pde#1927
|
Thanks @BeckerWdf |
|
(I still think the blue gradient collapse and expandall should be reworked, the gradient is IMHO win95 style) |



Use SVGs instead of PNGs as platform now supports this.
All SVG already existing and were simply copied over.
For the preference_spy.png an SVG still needs to be created. This will be done in a separate commit.
Contributes to: #1927