From a94961d28bebc9bfbc1c7981227f8a254896d7b3 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Mon, 26 Oct 2015 16:23:49 +0100 Subject: [PATCH] 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 --- resources/qml/Actions.qml | 1 - resources/qml/Cura.qml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index 2c42275e0d..59aa227cca 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -47,7 +47,6 @@ Item Action { id:toggleFullScreenAction - shortcut: StandardKey.FullScreen; text: catalog.i18nc("@action:inmenu","Toggle Fu&ll Screen"); iconName: "view-fullscreen"; } diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 6af5c316cc..696b37bdad 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -152,10 +152,6 @@ UM.MainWindow onObjectRemoved: top_view_menu.removeItem(object) } ExclusiveGroup { id: view_menu_top_group; } - - MenuSeparator { } - - MenuItem { action: actions.toggleFullScreen; } } Menu {