1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-266 Set virtual Pitch rotation limit to 180°

This commit is contained in:
Laurent Lalanne 2016-03-23 23:08:37 +01:00
parent 5a97420cf3
commit 3d20a70ec3
2 changed files with 4 additions and 4 deletions

View File

@ -239,10 +239,10 @@ font:bold;</string>
<item row="1" column="3">
<widget class="QSpinBox" name="pitchBias">
<property name="minimum">
<number>-90</number>
<number>-180</number>
</property>
<property name="maximum">
<number>90</number>
<number>180</number>
</property>
</widget>
</item>

View File

@ -509,10 +509,10 @@ p, li { white-space: pre-wrap; }
<item row="1" column="3">
<widget class="QDoubleSpinBox" name="pitchRotation">
<property name="minimum">
<double>-90.000000000000000</double>
<double>-180.000000000000000</double>
</property>
<property name="maximum">
<double>90.000000000000000</double>
<double>180.000000000000000</double>
</property>
</widget>
</item>