diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.qml b/src/AutoPilotPlugins/PX4/AirframeComponent.qml index 0301cbbe89c8173eaac44aebc04084e425304343..cb4540f84b20fef331b41a1996557b332e760b28 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponent.qml +++ b/src/AutoPilotPlugins/PX4/AirframeComponent.qml @@ -39,12 +39,8 @@ QGCView { Component { id: view - FactPanel { + QGCViewPanel { id: panel - anchors.fill: parent - - signal showDialog(Component component, string title, int charWidth, int buttons) - signal hideDialog Connections { target: rootQGCView