Moved the UI from a dock window into a task window

Added menu entry in PartDesign workbench menu
This commit is contained in:
jrheinlaender
2012-11-16 16:54:45 +04:30
committed by wmayer
parent a375f6b4a9
commit 0a98b35fea
3 changed files with 45 additions and 49 deletions

View File

@@ -214,7 +214,9 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "PartDesign_LinearPattern"
<< "PartDesign_PolarPattern"
// << "PartDesign_Scaled"
<< "PartDesign_MultiTransform";
<< "PartDesign_MultiTransform"
<< "Separator"
<< "PartDesign_WizardShaft";
return root;
}