mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
adds text as a 'Toggle Full Screen' menu item
Contributes to: issue CURA-125
This commit is contained in:
parent
776683219d
commit
dd0fc78e77
1 changed files with 2 additions and 1 deletions
|
@ -50,6 +50,7 @@ Item
|
|||
{
|
||||
id:toggleFullScreenAction
|
||||
shortcut: StandardKey.FullScreen;
|
||||
text: catalog.i18nc("@action","Toggle Full Screen");
|
||||
}
|
||||
|
||||
Action
|
||||
|
@ -178,7 +179,7 @@ Item
|
|||
text: catalog.i18nc("@action","Merge objects");
|
||||
enabled: UM.Scene.numObjectsSelected > 1 ? true: false
|
||||
}
|
||||
|
||||
|
||||
Action
|
||||
{
|
||||
id: multiplyObjectAction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue