1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

LP-29 make some PfdTerrainView properties read only

This commit is contained in:
Philippe Renon 2016-03-20 21:22:56 +01:00
parent b19898ac5d
commit ec92b9c41a

View File

@ -35,10 +35,10 @@ OSGViewport {
camera: camera
manipulator: geoTransformManipulator
property real horizontCenter : horizontCenterItem.horizontCenter
readonly property real horizontCenter : horizontCenterItem.horizontCenter
// Factor for OSGview vertical offset
property double factor: 0.04
// Factor for OSGViewer vertical offset
readonly property double factor: 0.04
// Stretch height and apply offset
//height: height * (1 + factor)