Browse Source

Fix issue where artificial horizon was not working right when pointing straight up or down.

QGC4.4
Gus Grubba 8 years ago
parent
commit
056d2015c4
  1. 2
      src/FlightMap/Widgets/QGCArtificialHorizon.qml

2
src/FlightMap/Widgets/QGCArtificialHorizon.qml

@ -28,7 +28,7 @@ Item {
Item { Item {
id: artificialHorizon id: artificialHorizon
width: root.width * 4 width: root.width * 4
height: root.height * 4 height: root.height * 8
anchors.centerIn: parent anchors.centerIn: parent
Rectangle { Rectangle {
id: sky id: sky

Loading…
Cancel
Save