Commit 056d2015 authored by Gus Grubba's avatar Gus Grubba

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

parent 26307367
...@@ -28,7 +28,7 @@ Item { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment