summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_pick_list_item.xml
blob: 686faab8eb7547d774f2e7782b3c2bd986bb2e4d (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 bevel_style="none"
 follows="top|left|right"
 height="120"
 layout="topleft"
 left="0"
 name="picture_item"
 top="0"
 width="305">
    <icon
     follows="top|bottom|left|right"
     height="120"
     image_name="ListItem_Over"
     left="0"
     mouse_opaque="false"
     name="hovered_icon"
     top="0"
     scale_image="true"
     visible="false"
     width="305"/>
    <icon
     follows="top|bottom|left|right"
     height="120"
     image_name="ListItem_Select"
     left="0"
     mouse_opaque="false"
     name="selected_icon"
     top="0"
     scale_image="true"
     visible="false"
     width="305"/>
    <texture_picker
     allow_no_texture="true"
     default_image_name="None"
     enabled="false"
     follows="left|top"
     height="120"
     layout="topleft"
     left="5"
     mouse_opaque="false"
     name="picture"
     tab_stop="false"
     top="5"
     top_pad="5"
     width="120" />
    <text
     follows="top|left|right"
     height="16"
     layout="topleft"
     left="135"
     name="picture_name"
     text_color="white"
     top="5"
     use_ellipses="true"
     width="130"
     word_wrap="true" />
    <text
     follows="top|left|right"
     height="75"
     layout="topleft"
     left="135"
     name="picture_descr"
     top_pad="10"
     use_ellipses="true"
     width="130"
     word_wrap="true" />
    <button
     follows="top|right"
     height="16"
     image_selected="Info_Press"
     image_unselected="Info_Off"
     layout="topleft"
     name="info_chevron"
     picture_style="true"
     right="290"
     tab_stop="false"
     top="5"
     width="16" />
</panel>