Part: move scale command

See https://github.com/FreeCAD/FreeCAD/pull/10583#issuecomment-1716187490
This commit is contained in:
wmayer
2023-09-12 21:04:05 +02:00
committed by wwmayer
parent e92ed45df9
commit 309602d8e8

View File

@@ -122,9 +122,9 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< bop << join << split << compound
<< "Separator"
<< "Part_Extrude"
<< "Part_Scale"
<< "Part_Revolve"
<< "Part_Mirror"
<< "Part_Scale"
<< "Part_Fillet"
<< "Part_Chamfer"
<< "Part_MakeFace"
@@ -182,9 +182,9 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
Gui::ToolBarItem* tool = new Gui::ToolBarItem(root);
tool->setCommand("Part tools");
*tool << "Part_Extrude"
<< "Part_Scale"
<< "Part_Revolve"
<< "Part_Mirror"
<< "Part_Scale"
<< "Part_Fillet"
<< "Part_Chamfer"
<< "Part_MakeFace"