Commit f64b0bb6 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #4379 from dogmaphobic/badAttitude

Fixed issue with artificial horizon
parents 26307367 056d2015
...@@ -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