Skip to content

Commit

Permalink
+ Icon for shape refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 23, 2013
1 parent d83cec2 commit c8e5909
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Part/Gui/CommandSimple.cpp
Expand Up @@ -215,6 +215,7 @@ CmdPartRefineShape::CmdPartRefineShape()
sToolTipText = QT_TR_NOOP("Refine the copy of a shape");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Part_Refine_Shape";
}

void CmdPartRefineShape::activated(int iMsg)
Expand Down
1 change: 1 addition & 0 deletions src/Mod/Part/Gui/Resources/Part.qrc
Expand Up @@ -48,6 +48,7 @@
<file>icons/Part_Measure_Toggle_Delta.svg</file>
<file>icons/Part_Measure_Step_Active.svg</file>
<file>icons/Part_Measure_Step_Done.svg</file>
<file>icons/Part_Refine_Shape.svg</file>
<file>icons/Tree_Part_Box_Parametric.svg</file>
<file>icons/Tree_Part_Cylinder_Parametric.svg</file>
<file>icons/Tree_Part_Cone_Parametric.svg</file>
Expand Down

0 comments on commit c8e5909

Please sign in to comment.