From ea6f3bea4aa6340ace01d866a6023438fa4d37b6 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 24 May 2015 10:49:15 +0200 Subject: [PATCH] Fix rotation column width --- src/AutoPilotPlugins/PX4/SensorsComponent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index 7cd2f8d8f..5d05fb7ce 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -60,7 +60,7 @@ QGCView { readonly property int sideBarH1PointSize: (ScreenTools.defaultFontPointSize * 1.3 + 0.5) readonly property int mainTextH1PointSize: (ScreenTools.defaultFontPointSize * 1.5 + 0.5) - readonly property int rotationColumnWidth: 300 + readonly property int rotationColumnWidth: 250 readonly property var rotations: [ "ROTATION_NONE", "ROTATION_YAW_45", -- 2.22.0