Commit ddd6c32b authored by LM's avatar LM

Merge branch 'v10release' of github.com:pixhawk/qgroundcontrol into v10release

parents 49566ca1 7680af6f
......@@ -531,10 +531,10 @@ Time to stay at this position before advancing</string>
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>Take off angle</string>
<string>Take off pitch angle</string>
</property>
<property name="statusTip">
<string>Take off angle</string>
<string>Take off pitch angle</string>
</property>
<property name="prefix">
<string/>
......@@ -545,6 +545,15 @@ Time to stay at this position before advancing</string>
<property name="decimals">
<number>0</number>
</property>
<property name="minimum">
<double>-180.000000000000000</double>
</property>
<property name="maximum">
<double>180.000000000000000</double>
</property>
<property name="singleStep">
<double>10.000000000000000</double>
</property>
</widget>
</item>
<item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment