Re-Enable fullscreen shortcut and add menu on ViewMenu

This commit is contained in:
KangDroid 2018-08-30 16:53:07 +09:00
parent 0488494537
commit 9edf2b5b0b
No known key found for this signature in database
GPG key ID: E236E3E20AA0DE1D
2 changed files with 4 additions and 0 deletions

View file

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

View file

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