summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_pick_list_item.xml
blob: 4c0cdd321e16f2879d8d90c2ad3919b288813e77 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 bevel_style="none"
 follows="top|left|right"
 height="85"
 layout="topleft"
 left="0"
 name="picture_item"
 top="0"
 width="313">
    <icon
     follows="all"
     height="85"
     image_name="ListItem_Over"
     right="-2"
     mouse_opaque="false"
     name="hovered_icon"
     top="1"
     scale_image="true"
     visible="false"
     width="308" />
    <icon
     follows="all"
     height="85"
     image_name="ListItem_Select"
     right="-2"
     mouse_opaque="false"
     name="selected_icon"
     top="1"
     scale_image="true"
     visible="false"
     width="308" />
    <texture_picker
     allow_no_texture="true"
     fallback_image="default_land_picture.j2c"
     enabled="false"
     follows="left|top"
     height="80"
     layout="topleft"
     left="10"
     mouse_opaque="false"
     name="picture"
     tab_stop="false"
     top="10"
     top_pad="10"
     width="90" />
    <text
     follows="top|left|right"
     font="SansSerifSmall"
     height="15"
     layout="topleft"
     left="110"
     name="picture_name"
     parse_urls="false"
     text_color="white"
     top="9"
     use_ellipses="true"
     width="193"
     word_wrap="false" />
    <expandable_text
     follows="top|left|right"
     font="SansSerifSmall"
     height="55"
     layout="topleft"
     left="103"
     name="picture_descr"
     textbox.max_length="1024"
     textbox.show_context_menu="false" 
     top_pad="0"
     width="178"
     word_wrap="true" />
         <button
     follows="right"
     height="20"
     image_overlay="ForwardArrow_Off"
     layout="topleft"
     left_pad="5"
     right="-8"
     name="info_chevron"
     top_delta="24"
     width="20" />
</panel>