summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_window_size.xml
blob: f57ce08eac5bc2ff7fd22c20b73a177f28ecee91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="window_size" title="TAMAÑO DE LA VENTANA">
	<string name="resolution_format">
		[RES_X] x [RES_Y]
	</string>
	<text name="windowsize_text">
		Definir el tamaño de la ventana:
	</text>
	<combo_box name="window_size_combo" tool_tip="ancho x alto">
		<combo_box.item label="1000 x 700 (por defecto)" name="item0"/>
		<combo_box.item label="1024 x 768" name="item1"/>
		<combo_box.item label="1280 x 720 (720 p)" name="item2"/>
		<combo_box.item label="1920 x 1080 (1080 p)" name="item3"/>
	</combo_box>
	<button label="Configurar" name="set_btn"/>
	<button label="Cancelar" name="cancel_btn"/>
</floater>