blob: a79d2f63cb346e1419ac5a87b081adae4d74a8cd (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
auto_tile="true"
can_resize="true"
follows="left|top"
height="350"
layout="topleft"
min_height="200"
min_width="370"
name="preview_texture"
help_topic="preview_texture"
width="370">
<floater.string
name="Title">
Texture: [NAME]
</floater.string>
<floater.string
name="Copy">
Copy To Inventory
</floater.string>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="10"
name="desc txt"
top="21"
width="90">
Description:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="left|top|right"
font="SansSerif"
height="19"
layout="topleft"
left_pad="0"
max_length_bytes="127"
name="desc"
width="190" />
<text
type="string"
halign="right"
length="1"
follows="right|bottom"
height="16"
layout="topleft"
left="110"
name="dimensions"
top="255"
width="200">
[WIDTH]px x [HEIGHT]px
</text>
<text
type="string"
halign="right"
length="1"
follows="right|bottom"
height="16"
layout="topleft"
left_delta="-110"
name="aspect_ratio"
top_pad="5"
width="200">
Preview aspect ratio
</text>
<combo_box
allow_text_entry="true"
top_delta="-3"
follows="right|bottom"
height="23"
left_pad="10"
max_chars="20"
mouse_opaque="true"
enabled="true"
width="108"
name="combo_aspect_ratio"
tool_tip="Preview at a fixed aspect ratio">
<combo_item name="Unconstrained" value="Unconstrained">
Unconstrained
</combo_item>
<combo_item name="1:1" value="1:1" tool_tip="Group insignia or Real World profile">
1:1
</combo_item>
<combo_item name="4:3" value="4:3" tool_tip="[SECOND_LIFE] profile">
4:3
</combo_item>
<combo_item name="10:7" value="10:7" tool_tip="Classifieds and search listings, landmarks">
10:7
</combo_item>
<combo_item name="3:2" value="3:2" tool_tip="About land">
3:2
</combo_item>
<combo_item name="16:10" value="16:10">
16:10
</combo_item>
<combo_item name="16:9" value="16:9" tool_tip="Profile picks">
16:9
</combo_item>
<combo_item name="2:1" value="2:1">
2:1
</combo_item>
</combo_box>
<button
follows="right|bottom"
height="22"
label="OK"
layout="topleft"
left="6"
name="Keep"
top_pad="5"
width="110" />
<button
follows="right|bottom"
height="22"
label="Discard"
layout="topleft"
left_pad="5"
name="Discard"
top_delta="0"
width="110" />
<button
follows="right|bottom"
height="22"
label="Save As"
layout="topleft"
left_pad="5"
name="save_tex_btn"
top_delta="0"
width="110" />
</floater>
|