mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:49:04 +08: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
@ -47,7 +47,6 @@ Item
|
|||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id:toggleFullScreenAction
|
id:toggleFullScreenAction
|
||||||
shortcut: StandardKey.FullScreen;
|
|
||||||
text: catalog.i18nc("@action:inmenu","Toggle Fu&ll Screen");
|
text: catalog.i18nc("@action:inmenu","Toggle Fu&ll Screen");
|
||||||
iconName: "view-fullscreen";
|
iconName: "view-fullscreen";
|
||||||
}
|
}
|
||||||
|
@ -152,10 +152,6 @@ 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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user