From 056d2015c45d1a1cea1dcabdb585d047f4a9ca3e Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Sat, 31 Dec 2016 13:45:55 -0500 Subject: [PATCH] Fix issue where artificial horizon was not working right when pointing straight up or down. --- src/FlightMap/Widgets/QGCArtificialHorizon.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlightMap/Widgets/QGCArtificialHorizon.qml b/src/FlightMap/Widgets/QGCArtificialHorizon.qml index 935a564..73f8765 100644 --- a/src/FlightMap/Widgets/QGCArtificialHorizon.qml +++ b/src/FlightMap/Widgets/QGCArtificialHorizon.qml @@ -28,7 +28,7 @@ Item { Item { id: artificialHorizon width: root.width * 4 - height: root.height * 4 + height: root.height * 8 anchors.centerIn: parent Rectangle { id: sky