mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Re-Enable fullscreen shortcut and add menu on ViewMenu
This commit is contained in:
parent
0488494537
commit
9edf2b5b0b
@ -75,6 +75,7 @@ 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";
|
||||||
}
|
}
|
||||||
|
@ -73,4 +73,7 @@ Menu
|
|||||||
MenuSeparator {}
|
MenuSeparator {}
|
||||||
|
|
||||||
MenuItem { action: Cura.Actions.expandSidebar; }
|
MenuItem { action: Cura.Actions.expandSidebar; }
|
||||||
|
|
||||||
|
MenuSeparator {}
|
||||||
|
MenuItem { action: Cura.Actions.toggleFullScreen; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user