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

@@ -83,7 +83,7 @@ ViewProvider2DObjectGrid::ViewProvider2DObjectGrid()
pcRoot->addChild(GridRoot);
sPixmap = "Tree_Part2D";
sPixmap = "Part_2D_object";
}
ViewProvider2DObjectGrid::~ViewProvider2DObjectGrid()