diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index 272446949e9cad3be9597f1dad9c666b3031dd4c..c8aaf25a1120d6801b242d2b1e3be6aaaaa5ec29 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -41,8 +41,6 @@ Rectangle { "ROTATION_ROLL_270_YAW_270" ] - width: 600 - height: 600 color: qgcPal.window // We use this bogus loader just so we can get an onLoaded signal to hook to in order to @@ -121,7 +119,7 @@ Rectangle { property int calDisplayAreaWidth: parent.width - rotationColumnWidth width: parent.width - height: parent.height - x + height: parent.height - y TextArea { id: statusTextArea