add missing view top option + arrangement

This commit is contained in:
Max Wilfinger
2024-03-30 07:54:36 +01:00
committed by wwmayer
parent e38b8d9bd4
commit 78249a8ed8
2 changed files with 2 additions and 1 deletions

View File

@@ -1655,6 +1655,7 @@ public:
addCommand("Std_ViewIsometric");
addCommand("Std_ViewFront");
addCommand("Std_ViewTop");
addCommand("Std_ViewRight");
addCommand("Std_ViewRear");
addCommand("Std_ViewBottom");

View File

@@ -822,8 +822,8 @@ ToolBarItem* StdWorkbench::setupToolBars() const
individualViews->setCommand("Individual views");
*individualViews << "Std_ViewIsometric"
<< "Std_ViewFront"
<< "Std_ViewRight"
<< "Std_ViewTop"
<< "Std_ViewRight"
<< "Std_ViewRear"
<< "Std_ViewLeft"
<< "Std_ViewBottom";