1
0
Fork 0

Move wide screen compensation to the rendering dialog.

This commit is contained in:
Stuart Buchanan 2012-10-07 23:19:03 +01:00
parent adb3804bab
commit 5a7cdf6a04
2 changed files with 10 additions and 19 deletions

View file

@ -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>

View file

@ -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>