Merge pull request #4307 from KangDroid/full_screen_test

Re-Enable fullscreen shortcut and add menu on ViewMenu
This commit is contained in:
Jaime van Kessel 2018-09-28 11:26:26 +02:00 committed by GitHub
commit f54a85688f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -73,4 +73,7 @@ Menu
MenuSeparator {} MenuSeparator {}
MenuItem { action: Cura.Actions.expandSidebar; } MenuItem { action: Cura.Actions.expandSidebar; }
MenuSeparator {}
MenuItem { action: Cura.Actions.toggleFullScreen; }
} }