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:
parent
54954eb8de
commit
f49f0d18c7
1 changed files with 1 additions and 5 deletions
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in a new issue