Michael Wenz Messages: 1270 Registered: July 2009 Location: Walldorf, Germany
Senior Member
Rui,
the icon is provided as part of the GEF GraphicalEditorWithFlyoutPalette
functionality we reuse. At first glance I haven't found a way to replace it.
:-(
Rui Domingues Messages: 162 Registered: October 2010
Senior Member
Ya. I see it is hardcoded in
org.eclipse.gef.internal.InternalImages
public static final String IMG_PALETTE = "icons/palette_view.gif";//$NON-NLS-1$
--------
org.eclipse.gef.ui.palette.FlyoutPaletteComposite
private class TitleLabel
public TitleLabel(boolean isHorizontal) {
super(GEFMessages.Palette_Label, InternalImages
.get(InternalImages.IMG_PALETTE));