Commit f1a6fb09 authored by Don Gagne's avatar Don Gagne
Browse files

Fix binding

parent 760255d7
......@@ -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
}
}
Supports Markdown
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