summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/floater_preview_texture.xml
blob: 9213cc212d7556700f8ffe84c22b1e84b01fa19e (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">
		材質:[NAME]
	</floater.string>
	<floater.string name="Copy">
		覆製到收納區
	</floater.string>
	<layout_stack name="preview_stack">
		<layout_panel name="texture_panel">
			<text name="desc txt">
				描述:
			</text>
			<text name="dimensions">
				[WIDTH]像素 x [HEIGHT]像素
			</text>
			<text name="aspect_ratio">
				預覽長寬比
			</text>
			<combo_box name="combo_aspect_ratio" tool_tip="以固定長寬比預覽"/>
		</layout_panel>
		<layout_panel name="buttons_panel">
			<button label="確定" name="Keep"/>
			<button label="丟棄" name="Discard"/>
			<button label="另存為" name="save_tex_btn"/>
		</layout_panel>
	</layout_stack>
</floater>