Skip to content

Commit

Permalink
Sketcher: Remove Snell's Law from toolbar
Browse files Browse the repository at this point in the history
Leave menu item intact so it is still accessible, but does not use up toolbar space.
  • Loading branch information
chennes committed Oct 3, 2022
1 parent 30dd4af commit ef62fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/Gui/Workbench.cpp
Expand Up @@ -344,7 +344,7 @@ inline void SketcherAddWorkbenchConstraints<Gui::ToolBarItem>(Gui::ToolBarItem&
<< "Sketcher_ConstrainDistance"
<< "Sketcher_CompConstrainRadDia"
<< "Sketcher_ConstrainAngle"
<< "Sketcher_ConstrainSnellsLaw"
// << "Sketcher_ConstrainSnellsLaw" // Rarely used, show only in menu
// << "Sketcher_ConstrainInternalAlignment" // This constrain is never used by the user - Do not use precious toolbar space
<< "Separator"
<< "Sketcher_ToggleDrivingConstraint"
Expand Down

0 comments on commit ef62fc3

Please sign in to comment.