mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 01:53:15 +08:00
adds text as a 'Toggle Full Screen' menu item
Contributes to: issue CURA-125
This commit is contained in:
parent
776683219d
commit
dd0fc78e77
@ -50,6 +50,7 @@ Item
|
|||||||
{
|
{
|
||||||
id:toggleFullScreenAction
|
id:toggleFullScreenAction
|
||||||
shortcut: StandardKey.FullScreen;
|
shortcut: StandardKey.FullScreen;
|
||||||
|
text: catalog.i18nc("@action","Toggle Full Screen");
|
||||||
}
|
}
|
||||||
|
|
||||||
Action
|
Action
|
||||||
@ -178,7 +179,7 @@ Item
|
|||||||
text: catalog.i18nc("@action","Merge objects");
|
text: catalog.i18nc("@action","Merge objects");
|
||||||
enabled: UM.Scene.numObjectsSelected > 1 ? true: false
|
enabled: UM.Scene.numObjectsSelected > 1 ? true: false
|
||||||
}
|
}
|
||||||
|
|
||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id: multiplyObjectAction;
|
id: multiplyObjectAction;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user