Browse Source

Fix compas jumping around in the vehicle information control

QGC4.4
Stefan Dunca 6 years ago
parent
commit
11cb267881
  1. 1
      custom-example/res/CustomFlyView.qml

1
custom-example/res/CustomFlyView.qml

@ -329,6 +329,7 @@ Item { @@ -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

Loading…
Cancel
Save