Change the tree icon displayed for Part_Box

Change the icon file name in the viewprovider for Part_Box
Add Part Box, Cylinder, Cone, Sphere, Ellipsoid, Torus
tree icons to the Part.qrc file
This commit is contained in:
jmaustpc
2013-03-13 13:18:03 +11:00
committed by Yorik van Havre
parent f5e3ad6532
commit 79608d7496
2 changed files with 7 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ PROPERTY_SOURCE(PartGui::ViewProviderBox, PartGui::ViewProviderPart)
ViewProviderBox::ViewProviderBox()
{
sPixmap = "Tree_Part.svg";
sPixmap = "Tree_Part_Box_Parametric.svg";
}
ViewProviderBox::~ViewProviderBox()