Browse Source

Merge branch 'v10release' of git://github.com/pixhawk/qgroundcontrol into offline-wplist

QGC4.4
pixhawk 14 years ago
parent
commit
2a61cb630b
  1. 13
      src/ui/WaypointEditableView.ui

13
src/ui/WaypointEditableView.ui

@ -531,10 +531,10 @@ Time to stay at this position before advancing</string> @@ -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> @@ -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>

Loading…
Cancel
Save