From 11cb2678815c038d043de271ae1c000ff5052705 Mon Sep 17 00:00:00 2001
From: Stefan Dunca <stefan@auterion.com>
Date: Thu, 15 Aug 2019 20:34:22 +0200
Subject: [PATCH] Fix compas jumping around in the vehicle information control

---
 custom-example/res/CustomFlyView.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/custom-example/res/CustomFlyView.qml b/custom-example/res/CustomFlyView.qml
index c965e29..f2df850 100644
--- a/custom-example/res/CustomFlyView.qml
+++ b/custom-example/res/CustomFlyView.qml
@@ -329,6 +329,7 @@ Item {
             //-- Compass
             Item {
                 Layout.rowSpan:         3
+                Layout.column:          6
                 Layout.minimumWidth:    mainIsMap ? parent.height * 1.25 : 0
                 Layout.fillHeight:      true
                 Layout.fillWidth:       true