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:
parent
b19898ac5d
commit
ec92b9c41a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user