mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 07:55:55 +08:00
Add toggle fullscreen action to view menu
This commit is contained in:
parent
2d92bd660f
commit
6306bb8901
@ -111,6 +111,10 @@ UM.MainWindow {
|
|||||||
onObjectRemoved: top_view_menu.removeItem(object)
|
onObjectRemoved: top_view_menu.removeItem(object)
|
||||||
}
|
}
|
||||||
ExclusiveGroup { id: view_menu_top_group; }
|
ExclusiveGroup { id: view_menu_top_group; }
|
||||||
|
|
||||||
|
MenuSeparator { }
|
||||||
|
|
||||||
|
MenuItem { action: actions.toggleFullScreen; }
|
||||||
}
|
}
|
||||||
Menu {
|
Menu {
|
||||||
id: machineMenu;
|
id: machineMenu;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user