2009-10-15 03:25:05 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
<name>display</name>
|
|
|
|
<modal>false</modal>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<label>Display Options</label>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<hrule/>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
<halign>center</halign>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<halign>left</halign>
|
|
|
|
<label>Show frame rate</label>
|
|
|
|
<property>/sim/rendering/fps-display</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<halign>left</halign>
|
|
|
|
<label>Show chat messages</label>
|
|
|
|
<property>/sim/multiplay/chat-display</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
2009-11-22 19:26:06 +00:00
|
|
|
<halign>left</halign>
|
|
|
|
<label>Show view name popup</label>
|
|
|
|
<property>/sim/view-name-popup</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
2009-10-15 03:25:05 +00:00
|
|
|
</checkbox>
|
|
|
|
|
2009-11-22 19:26:06 +00:00
|
|
|
<item>
|
|
|
|
<label>Show 2D Panel</label>
|
|
|
|
<property>/sim/panel/visibility</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</item>
|
|
|
|
</group>
|
2009-10-15 03:25:05 +00:00
|
|
|
|
|
|
|
<hrule/>
|
|
|
|
|
2009-11-22 19:26:06 +00:00
|
|
|
<group>
|
2009-10-15 03:25:05 +00:00
|
|
|
<layout>hbox</layout>
|
|
|
|
<empty><stretch>true</stretch></empty>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<legend>Close</legend>
|
|
|
|
<default>true</default>
|
|
|
|
<key>Esc</key>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<empty><stretch>true</stretch></empty>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
</PropertyList>
|