Move wide screen compensation to the rendering dialog.
This commit is contained in:
parent
adb3804bab
commit
5a7cdf6a04
2 changed files with 10 additions and 19 deletions
|
@ -193,6 +193,16 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<checkbox>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>Compensate field of view for wider screens</label>
|
||||||
|
<property>sim/current-view/field-of-view-compensation</property>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>view.screenWidthCompens(1)</script>
|
||||||
|
</binding>
|
||||||
|
</checkbox>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
<text>
|
<text>
|
||||||
|
|
|
@ -87,25 +87,6 @@
|
||||||
</checkbox-template>
|
</checkbox-template>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<hrule/>
|
|
||||||
<group>
|
|
||||||
<layout>hbox</layout>
|
|
||||||
<checkbox>
|
|
||||||
<property>sim/current-view/field-of-view-compensation</property>
|
|
||||||
<live>false</live>
|
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>view.screenWidthCompens(1)</script>
|
|
||||||
</binding>
|
|
||||||
</checkbox>
|
|
||||||
<text>
|
|
||||||
<label>Compensate Field of View for wider screens</label>
|
|
||||||
</text>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<hrule/>
|
<hrule/>
|
||||||
|
|
||||||
<button>
|
<button>
|
||||||
|
|
Loading…
Reference in a new issue