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:
Arjen Hiemstra 2015-10-26 16:23:49 +01:00
parent d943bbee31
commit a94961d28b
2 changed files with 0 additions and 5 deletions

View file

@ -47,7 +47,6 @@ Item
Action
{
id:toggleFullScreenAction
shortcut: StandardKey.FullScreen;
text: catalog.i18nc("@action:inmenu","Toggle Fu&ll Screen");
iconName: "view-fullscreen";
}

View file

@ -152,10 +152,6 @@ UM.MainWindow
onObjectRemoved: top_view_menu.removeItem(object)
}
ExclusiveGroup { id: view_menu_top_group; }
MenuSeparator { }
MenuItem { action: actions.toggleFullScreen; }
}
Menu
{