mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Merge pull request #4307 from KangDroid/full_screen_test
Re-Enable fullscreen shortcut and add menu on ViewMenu
This commit is contained in:
commit
f54a85688f
2 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,7 @@ Item
|
|||
Action
|
||||
{
|
||||
id:toggleFullScreenAction
|
||||
shortcut: StandardKey.FullScreen;
|
||||
text: catalog.i18nc("@action:inmenu","Toggle Full Screen");
|
||||
iconName: "view-fullscreen";
|
||||
}
|
||||
|
|
|
@ -73,4 +73,7 @@ Menu
|
|||
MenuSeparator {}
|
||||
|
||||
MenuItem { action: Cura.Actions.expandSidebar; }
|
||||
|
||||
MenuSeparator {}
|
||||
MenuItem { action: Cura.Actions.toggleFullScreen; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue