diff --git a/ground/openpilotgcs/share/openpilotgcs/pfd/default/RollScale.qml b/ground/openpilotgcs/share/openpilotgcs/pfd/default/RollScale.qml index daa1ea926..13ba07f91 100644 --- a/ground/openpilotgcs/share/openpilotgcs/pfd/default/RollScale.qml +++ b/ground/openpilotgcs/share/openpilotgcs/pfd/default/RollScale.qml @@ -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 } }