mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Remove full screen from menu and disable the shortcut key
Upstream is unfortunately riddled with bugs, so it is better to disable full screen for now. CURA-317 #Ready-for-Review
This commit is contained in:
parent
d943bbee31
commit
a94961d28b
2 changed files with 0 additions and 5 deletions
|
@ -47,7 +47,6 @@ Item
|
|||
Action
|
||||
{
|
||||
id:toggleFullScreenAction
|
||||
shortcut: StandardKey.FullScreen;
|
||||
text: catalog.i18nc("@action:inmenu","Toggle Fu&ll Screen");
|
||||
iconName: "view-fullscreen";
|
||||
}
|
||||
|
|
|
@ -152,10 +152,6 @@ UM.MainWindow
|
|||
onObjectRemoved: top_view_menu.removeItem(object)
|
||||
}
|
||||
ExclusiveGroup { id: view_menu_top_group; }
|
||||
|
||||
MenuSeparator { }
|
||||
|
||||
MenuItem { action: actions.toggleFullScreen; }
|
||||
}
|
||||
Menu
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue