Surface: new SVG icon for the workbench, rename others
Replace the hard-coded XPM icon in `InitGui.py` for the workbench with an SVG file, which at this time is identical to the `Surface` icon. Change `CMakeLists.txt` to properly install this new icon. Rename all icons, so that all have the `Surface_` prefix. Use the new icon names in the viewproviders and task panels.
This commit is contained in:
@@ -169,7 +169,7 @@ CmdSurfaceGeomFillSurface::CmdSurfaceGeomFillSurface()
|
||||
sToolTipText = QT_TR_NOOP("Creates a surface from two, three or four boundary edges");
|
||||
sWhatsThis = "Surface_GeomFillSurface";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "BSplineSurf";
|
||||
sPixmap = "Surface_BSplineSurface";
|
||||
}
|
||||
|
||||
bool CmdSurfaceGeomFillSurface::isActive(void)
|
||||
|
||||
Reference in New Issue
Block a user