diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/en-us/floater_image_preview.xml | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_image_preview.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_image_preview.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_image_preview.xml b/linden/indra/newview/skins/xui/en-us/floater_image_preview.xml new file mode 100644 index 0000000..1adf3a5 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_image_preview.xml | |||
@@ -0,0 +1,57 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="false" | ||
3 | can_resize="false" height="440" min_height="140" min_width="300" | ||
4 | name="Image Preview" title="" width="300"> | ||
5 | <text bottom_delta="-40" follows="top|left" height="15" left="10" name="name_label"> | ||
6 | Name: | ||
7 | </text> | ||
8 | <line_editor bottom_delta="-24" follows="top|left|right" height="19" max_length="254" | ||
9 | name="name_form" width="280" /> | ||
10 | <text bottom_delta="-20" follows="top|left" height="15" name="description_label"> | ||
11 | Description: | ||
12 | </text> | ||
13 | <line_editor bottom_delta="-24" follows="top|left|right" height="19" max_length="254" | ||
14 | name="description_form" width="280" /> | ||
15 | <text bottom_delta="-20" follows="top|left" height="15" name="preview_label"> | ||
16 | Preview image as: | ||
17 | </text> | ||
18 | <combo_box bottom_delta="-6" follows="left|top" height="18" label="Clothing Type" | ||
19 | left="120" name="clothing_type_combo" width="160"> | ||
20 | <combo_item name="Image"> | ||
21 | Image | ||
22 | </combo_item> | ||
23 | <combo_item name="Hair"> | ||
24 | Hair | ||
25 | </combo_item> | ||
26 | <combo_item name="FemaleHead"> | ||
27 | Female Head | ||
28 | </combo_item> | ||
29 | <combo_item name="FemaleUpperBody"> | ||
30 | Female Upper Body | ||
31 | </combo_item> | ||
32 | <combo_item name="FemaleLowerBody"> | ||
33 | Female Lower Body | ||
34 | </combo_item> | ||
35 | <combo_item name="MaleHead"> | ||
36 | Male Head | ||
37 | </combo_item> | ||
38 | <combo_item name="MaleUpperBody"> | ||
39 | Male Upper Body | ||
40 | </combo_item> | ||
41 | <combo_item name="MaleLowerBody"> | ||
42 | Male Lower Body | ||
43 | </combo_item> | ||
44 | <combo_item name="Skirt"> | ||
45 | Skirt | ||
46 | </combo_item> | ||
47 | </combo_box> | ||
48 | <text bottom="250" follows="top|left" left="10" name="bad_image_text"> | ||
49 | Unable to read image. | ||
50 | |||
51 | Try saving image as 24 bit Targa (.tga). | ||
52 | </text> | ||
53 | <button bottom="10" follows="bottom|right" height="20" label="Cancel" left="182" | ||
54 | name="cancel_btn" width="64" /> | ||
55 | <button bottom="10" follows="bottom|left" height="20" label="Upload (L$[AMOUNT])" | ||
56 | left="31" name="ok_btn" width="110" /> | ||
57 | </floater> | ||