mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-05 07:22:24 -04:00
Merge pull request #830 from srcejon/fix_828
Fix for issue #828 - allow altitudes higher than 99m
This commit is contained in:
commit
73cd85ad82
@ -77,6 +77,9 @@
|
|||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Altitude in metres</string>
|
<string>Altitude in metres</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="maximum">
|
||||||
|
<number>50000</number>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0">
|
<item row="4" column="0">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user