summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ru/floater_preview_texture.xml
blob: e3921a75ac82ea924486e2c828e01eeca99f7c9d (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="OK" name="Keep"/>
			<button label="Сбросить" name="Discard"/>
			<button label="Сохранить как" name="save_tex_btn"/>
		</layout_panel>
	</layout_stack>
</floater>