summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/da/panel_preferences_advanced.xml
blob: 61f27d55431bff462bb903d9b639108ba49b6f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<panel name="advanced">
	<text name="AspectRatioLabel1" tool_tip="bredde / højde">
		Format:
	</text>
	<combo_box name="aspect_ratio" tool_tip="bredde/ højde">
		<combo_box.item label="4:3 (Standard CRT)" name="item1"/>
		<combo_box.item label="5:4 (1280x1024 LCD)" name="item2"/>
		<combo_box.item label="8:5 (Widescreen)" name="item3"/>
		<combo_box.item label="16:9 (Widescreen)" name="item4"/>
	</combo_box>
</panel>