mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Add toggle fullscreen action to view menu
This commit is contained in:
parent
2d92bd660f
commit
6306bb8901
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ UM.MainWindow {
|
|||
onObjectRemoved: top_view_menu.removeItem(object)
|
||||
}
|
||||
ExclusiveGroup { id: view_menu_top_group; }
|
||||
|
||||
MenuSeparator { }
|
||||
|
||||
MenuItem { action: actions.toggleFullScreen; }
|
||||
}
|
||||
Menu {
|
||||
id: machineMenu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue