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