Sketcher: Sketcher_SelectHorizontalAxis before Sketcher_SelectVerticalAxis in menu

The X axis related command should come before the Y axis command.
This commit is contained in:
Roy-043
2023-05-07 19:51:23 +02:00
committed by abdullahtahiriyo
parent 970fd86705
commit ac79d19096
+1 -1
View File
@@ -424,8 +424,8 @@ inline void SketcherAddWorkbenchTools<Gui::MenuItem>(Gui::MenuItem& consaccel)
<< "Sketcher_RestoreInternalAlignmentGeometry"
<< "Separator"
<< "Sketcher_SelectOrigin"
<< "Sketcher_SelectVerticalAxis"
<< "Sketcher_SelectHorizontalAxis"
<< "Sketcher_SelectVerticalAxis"
<< "Separator"
<< "Sketcher_Symmetry"
<< "Sketcher_Clone"