RuledSurface fixes, Switch Part_Mirror to SVG icon

RuledSurface fixes,
  claim children
  correct tool tip
  change default name from "Filled_shape" to "Ruled Surface"

Part_Mirror
  Switched icon in the tool bar, menu, and tree from
  the existing PNG icon to the also existing SVG icon
This commit is contained in:
jmaustpc
2013-03-24 01:01:47 +11:00
committed by Yorik van Havre
parent f18ddea1b3
commit 0ccbcffbf5
6 changed files with 54 additions and 15 deletions

View File

@@ -182,7 +182,7 @@ TaskMirroring::TaskMirroring()
{
widget = new Mirroring();
taskbox = new Gui::TaskView::TaskBox(
Gui::BitmapFactory().pixmap("Part_MirrorPNG"),
Gui::BitmapFactory().pixmap("Part_Mirror.svg"),
widget->windowTitle(), false, 0);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);