Add bottom camera angle menu item to view menu

It doesn't really clutter the interface in this menu.

Done as a 5 minute fix for #7609.
This commit is contained in:
Ghostkeeper 2021-05-06 11:39:01 +02:00
parent cabf821736
commit b134405b2c
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 9 additions and 0 deletions

View file

@ -20,6 +20,7 @@ Menu
MenuItem { action: Cura.Actions.view3DCamera; }
MenuItem { action: Cura.Actions.viewFrontCamera; }
MenuItem { action: Cura.Actions.viewTopCamera; }
MenuItem { action: Cura.Actions.viewBottomCamera; }
MenuItem { action: Cura.Actions.viewLeftSideCamera; }
MenuItem { action: Cura.Actions.viewRightSideCamera; }
}