1
0
Fork 0

Remove DOS line endings.

This commit is contained in:
ehofman 2005-04-24 14:19:49 +00:00
parent 8c641c44e3
commit f6107604d2

View file

@ -1,147 +1,147 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<PropertyList> <PropertyList>
<name>rendering</name> <name>rendering</name>
<modal>false</modal> <modal>false</modal>
<layout>vbox</layout> <layout>vbox</layout>
<text> <text>
<label>Rendering Options</label> <label>Rendering Options</label>
</text> </text>
<group> <group>
<layout>vbox</layout> <layout>vbox</layout>
<halign>center</halign> <halign>center</halign>
<checkbox> <checkbox>
<halign>left</halign> <halign>left</halign>
<label>Sun/Moon horizon effect</label> <label>Sun/Moon horizon effect</label>
<property>/sim/rendering/horizon-effect</property> <property>/sim/rendering/horizon-effect</property>
</checkbox> </checkbox>
<checkbox> <checkbox>
<halign>left</halign> <halign>left</halign>
<label>Enhanced runway lighting</label> <label>Enhanced runway lighting</label>
<property>/sim/rendering/enhanced-lighting</property> <property>/sim/rendering/enhanced-lighting</property>
</checkbox> </checkbox>
<checkbox> <checkbox>
<halign>left</halign> <halign>left</halign>
<label>Runway light distance attenuation</label> <label>Runway light distance attenuation</label>
<property>/sim/rendering/distance-attenuation</property> <property>/sim/rendering/distance-attenuation</property>
</checkbox> </checkbox>
<checkbox> <checkbox>
<halign>left</halign> <halign>left</halign>
<label>Specular reflections on objects</label> <label>Specular reflections on objects</label>
<property>/sim/rendering/specular-highlight</property> <property>/sim/rendering/specular-highlight</property>
</checkbox> </checkbox>
<checkbox> <checkbox>
<halign>left</halign> <halign>left</halign>
<label>Bump mapped clouds</label> <label>Bump mapped clouds</label>
<property>/sim/rendering/bump-mapping</property> <property>/sim/rendering/bump-mapping</property>
</checkbox> </checkbox>
<checkbox> <checkbox>
<halign>left</halign> <halign>left</halign>
<label>Show frame rate</label> <label>Show frame rate</label>
<property>/sim/hud/draw-fps</property> <property>/sim/hud/draw-fps</property>
</checkbox> </checkbox>
<checkbox> <checkbox>
<halign>left</halign> <halign>left</halign>
<label>Enable 3d clouds</label> <label>Enable 3d clouds</label>
<property>/sim/rendering/clouds3d-enable</property> <property>/sim/rendering/clouds3d-enable</property>
</checkbox> </checkbox>
</group> </group>
<group> <group>
<layout>hbox</layout> <layout>hbox</layout>
<halign>right</halign> <halign>right</halign>
<text><label>Visibility range (1km...50km)</label></text> <text><label>Visibility range (1km...50km)</label></text>
<slider> <slider>
<min>1000</min> <min>1000</min>
<max>50000</max> <max>50000</max>
<property>/sim/rendering/clouds3d-vis-range</property> <property>/sim/rendering/clouds3d-vis-range</property>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
</slider> </slider>
</group> </group>
<group> <group>
<layout>hbox</layout> <layout>hbox</layout>
<halign>right</halign> <halign>right</halign>
<text><label>Cloud density</label></text> <text><label>Cloud density</label></text>
<slider> <slider>
<min>0</min> <min>0</min>
<max>100</max> <max>100</max>
<property>/sim/rendering/clouds3d-density</property> <property>/sim/rendering/clouds3d-density</property>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
</slider> </slider>
</group> </group>
<group> <group>
<layout>hbox</layout> <layout>hbox</layout>
<text><label>3D Clouds cache size in Kbytes</label></text> <text><label>3D Clouds cache size in Kbytes</label></text>
<input> <input>
<property>/sim/rendering/clouds3d-cache-size</property> <property>/sim/rendering/clouds3d-cache-size</property>
</input> </input>
</group> </group>
<group> <group>
<layout>hbox</layout> <layout>hbox</layout>
<empty><stretch>true</stretch></empty> <empty><stretch>true</stretch></empty>
<button> <button>
<legend>OK</legend> <legend>OK</legend>
<equal>true</equal> <equal>true</equal>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
<binding> <binding>
<command>dialog-close</command> <command>dialog-close</command>
</binding> </binding>
<default>true</default> <default>true</default>
</button> </button>
<empty><stretch>true</stretch></empty> <empty><stretch>true</stretch></empty>
<button> <button>
<legend>Apply</legend> <legend>Apply</legend>
<equal>true</equal> <equal>true</equal>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
</button> </button>
<empty><stretch>true</stretch></empty> <empty><stretch>true</stretch></empty>
<button> <button>
<legend>Reset</legend> <legend>Reset</legend>
<equal>true</equal> <equal>true</equal>
<binding> <binding>
<command>dialog-update</command> <command>dialog-update</command>
</binding> </binding>
</button> </button>
<empty><stretch>true</stretch></empty> <empty><stretch>true</stretch></empty>
<button> <button>
<legend>Cancel</legend> <legend>Cancel</legend>
<equal>true</equal> <equal>true</equal>
<binding> <binding>
<command>dialog-close</command> <command>dialog-close</command>
</binding> </binding>
</button> </button>
<empty><stretch>true</stretch></empty> <empty><stretch>true</stretch></empty>
</group> </group>
</PropertyList> </PropertyList>