From 351556517337a2e3baec47e979b3bb0aa204d391 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sun, 1 Mar 2015 11:27:17 -0800 Subject: [PATCH] Incorrect height for text area --- src/AutoPilotPlugins/PX4/SensorsComponent.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index 272446949..c8aaf25a1 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 -- 2.22.0