1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

OP-1354 Current voltage fixes and more in PFD

Fix Rollscale center of rotation
This commit is contained in:
Laurent Lalanne 2014-05-26 13:54:09 +02:00
parent c8f31eb19c
commit 9ec2ef07d6

View File

@ -21,7 +21,7 @@ Item {
//rotate it around the center of horizon
transform: Rotation {
angle: -AttitudeState.Roll
origin.y : rollscale.height*2.55
origin.y : rollscale.height*2.35
origin.x : rollscale.width/2
}
}