[TD] icon uniformity for ActiveView and FaceCenterLine commands

Renamed SVGs, saved as plain svg, updated appropriate areas in the source code
This commit is contained in:
luz paz
2021-04-05 07:33:17 -04:00
committed by wwmayer
parent 7185ee93f2
commit 373e3a68aa
9 changed files with 24 additions and 127 deletions

View File

@@ -219,7 +219,7 @@ TaskDlgActiveView::TaskDlgActiveView(TechDraw::DrawPage* page)
: TaskDialog()
{
widget = new TaskActiveView(page);
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-ActiveView"),
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_ActiveView"),
widget->windowTitle(), true, 0);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);