mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 18:06:57 +02:00
Fixed typo.
This commit is contained in:
parent
f5585605af
commit
a7d1b2651a
2 changed files with 2 additions and 4 deletions
|
@ -51,9 +51,7 @@
|
||||||
function onMenuItemEvent(menuItem){
|
function onMenuItemEvent(menuItem){
|
||||||
if (menuItem === 'Graphics...'){
|
if (menuItem === 'Graphics...'){
|
||||||
toolbarButtonClicked();
|
toolbarButtonClicked();
|
||||||
Script.setTimeout(() => {
|
toQML({type: 'loadPage', page: 'Graphics'})
|
||||||
toQML({type: 'loadPage', page: 'Graphics'})
|
|
||||||
}, 100);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -251,7 +251,7 @@ Rectangle {
|
||||||
|
|
||||||
// FOV
|
// FOV
|
||||||
SettingSlider {
|
SettingSlider {
|
||||||
settingText: "Feild of View";
|
settingText: "Field of View";
|
||||||
sliderStepSize: 1;
|
sliderStepSize: 1;
|
||||||
minValue: 20;
|
minValue: 20;
|
||||||
maxValue: 130;
|
maxValue: 130;
|
||||||
|
|
Loading…
Reference in a new issue