summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/floater_preview_texture.xml
blob: 90102023a3d579979cf59d4fc3c8e8a065ce2258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview_texture">
	<floater.string name="Title">
		Textura: [NAME]
	</floater.string>
	<floater.string name="Copy">
		Copiar para inventário
	</floater.string>
	<layout_stack name="preview_stack">
		<layout_panel name="texture_panel">
			<text name="desc txt">
				Descrição:
			</text>
			<text name="dimensions">
				[WIDTH]px x [HEIGHT]px
			</text>
			<text name="aspect_ratio">
				Visualizar relação de aspecto
			</text>
			<combo_box name="combo_aspect_ratio" tool_tip="Visualizar com proporção de aspecto fixa"/>
		</layout_panel>
		<layout_panel name="buttons_panel">
			<button label="OK" name="Keep"/>
			<button label="Descartar" name="Discard"/>
			<button label="Salvar como" name="save_tex_btn"/>
		</layout_panel>
	</layout_stack>
</floater>