Part: rename the basic Part 2D and 3D icons

The basic icons for the basic features are renamed,
`Tree_Part` to `Part_3D_object`, `Tree_Part2D` to `Part_2D_object`.
This commit is contained in:
vocx-fc
2020-10-07 18:27:43 -05:00
committed by wwmayer
parent a1e89da8fd
commit 15408b2132
7 changed files with 7 additions and 7 deletions

View File

@@ -334,7 +334,7 @@ ViewProviderPartExt::ViewProviderPartExt()
Lighting.touch();
DrawStyle.touch();
sPixmap = "Tree_Part";
sPixmap = "Part_3D_object";
loadParameter();
}