Rename fit to window item.

This commit is contained in:
kovacsv 2021-07-24 14:07:01 +02:00
parent d59a0c0a77
commit beb389a3b0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
OV.FeatureSet = OV.FeatureSet =
{ {
SettingsPanel : false, SettingsPanel : false,
ContextMenu : true ContextMenu : false
}; };

View File

@ -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);
} }