[ui] Viewer3D: rename "Locator" to "Origin"

This commit is contained in:
Yann Lanthony 2018-12-13 17:39:54 +01:00
parent 05f0ae50fc
commit 0db42e5acc
3 changed files with 5 additions and 6 deletions

View file

@ -207,9 +207,8 @@ FocusScope {
doubleClickTimer.stop();
}
Locator3D { enabled: Viewer3DSettings.displayLocator }
}
Locator3D { enabled: Viewer3DSettings.displayOrigin }
Grid3D { enabled: Viewer3DSettings.displayGrid }
}
}