[TD] Name uniformity for Tree Icons

This commit is contained in:
bitacovir
2021-05-07 12:07:35 -04:00
parent 97a9571892
commit b26069a508
30 changed files with 2831 additions and 2213 deletions

View File

@@ -65,7 +65,7 @@ ViewProviderViewSection::ViewProviderViewSection()
{
static const char *sgroup = "Cut Surface";
static const char *hgroup = "Surface Hatch";
sPixmap = "TechDraw_Tree_Section";
sPixmap = "TechDraw_TreeSection";
//ShowCutSurface is obsolete - use CutSurfaceDisplay
ADD_PROPERTY_TYPE(ShowCutSurface ,(true),sgroup,App::Prop_Hidden,"Show/hide the cut surface");
ADD_PROPERTY_TYPE(CutSurfaceColor,(0.0,0.0,0.0),sgroup,App::Prop_None,"The color to shade the cut surface");