Rename fit to window item.
This commit is contained in:
parent
d59a0c0a77
commit
beb389a3b0
@ -1,5 +1,5 @@
|
|||||||
OV.FeatureSet =
|
OV.FeatureSet =
|
||||||
{
|
{
|
||||||
SettingsPanel : false,
|
SettingsPanel : false,
|
||||||
ContextMenu : true
|
ContextMenu : false
|
||||||
};
|
};
|
||||||
|
|||||||
@ -177,7 +177,7 @@ OV.Website = class
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Fit to window',
|
name : 'Fit mesh to window',
|
||||||
onClick : () => {
|
onClick : () => {
|
||||||
this.navigator.FitMeshToWindow (meshIndex);
|
this.navigator.FitMeshToWindow (meshIndex);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user