[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

@@ -217,7 +217,7 @@ TaskDlgGeomHatch::TaskDlgGeomHatch(TechDraw::DrawGeomHatch* inHatch, TechDrawGui
viewProvider(nullptr)
{
widget = new TaskGeomHatch(inHatch,inVp, mode);
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("TechDraw_Tree_View"),
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("TechDraw_TreeView"),
widget->windowTitle(), true, 0);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);