1
0
Fork 0

Yank the duplicate target-speed input fields, and use a single one

that spans both rows.  It works well, but might be a little ugly...
This commit is contained in:
andy 2004-05-12 17:06:14 +00:00
parent 54954eb8de
commit f49f0d18c7

View file

@ -143,6 +143,7 @@
</radio> </radio>
<input> <input>
<row>0</row><col>2</col> <row>0</row><col>2</col>
<rowspan>2</rowspan>
<name>vel-throttle</name> <name>vel-throttle</name>
<property>/autopilot/settings/target-speed-kt</property> <property>/autopilot/settings/target-speed-kt</property>
</input> </input>
@ -160,11 +161,6 @@
<script>autopilot.update("vel-pitch")</script> <script>autopilot.update("vel-pitch")</script>
</binding> </binding>
</radio> </radio>
<input>
<row>1</row><col>2</col>
<name>vel-pitch</name>
<property>/autopilot/settings/target-speed-kt</property>
</input>
</group> </group>
</group> <!-- End of Heading/Speed --> </group> <!-- End of Heading/Speed -->