diff --git a/src/FlightMap/Widgets/QGCInstrumentWidget.qml b/src/FlightMap/Widgets/QGCInstrumentWidget.qml index c9d15d9e85dbeb31a1a6b7af77da4631703b0fe9..c087604663714a0cbb5e7b305e4fc9f00336109b 100644 --- a/src/FlightMap/Widgets/QGCInstrumentWidget.qml +++ b/src/FlightMap/Widgets/QGCInstrumentWidget.qml @@ -73,7 +73,7 @@ Rectangle { id: attitude y: _topBottomMargin size: parent.width * 0.95 - active: active + active: instrumentPanel.active anchors.horizontalCenter: parent.horizontalCenter } @@ -112,7 +112,7 @@ Rectangle { anchors.topMargin: _spacing anchors.top: _spacer2.bottom size: parent.width * 0.95 - active: active + active: instrumentPanel.active anchors.horizontalCenter: parent.horizontalCenter } }