diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index 7cd2f8d8f1981afac34cb73c8c3b8b1a56648040..5d05fb7ce0de63facc9f010ae14d344ae9422422 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",