summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_pick_list_item.xml
blob: 38ea6b6196e4665a30e78bd22f13890d41385782 (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
<?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="-3"
     mouse_opaque="false"
     name="hovered_icon"
     top="1"
     scale_image="true"
     visible="false"
     width="307"/>
    <icon
     follows="all"
     height="85"
     image_name="ListItem_Select"
     right="-3"
     mouse_opaque="false"
     name="selected_icon"
     top="1"
     scale_image="true"
     visible="false"
     width="307"/>
    <texture_picker
     allow_no_texture="true"
     border_enabled="true"
     default_image_name="TabIcon_Places_Large"
     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="SansSerifSmallBold"
     height="16"
     layout="topleft"
     left="110"
     name="picture_name"
     text_color="white"
     top="9"
     use_ellipses="false"
     width="197"
     word_wrap="false" />
    <expandable_text
     follows="top|left|right"
     font="SansSerifSmall"
     height="40"
     layout="topleft"
     left="110"
     name="picture_descr"
     top_pad="3"
     width="178"
     word_wrap="true" />
    <button
     follows="top|right"
     height="16"
     image_selected="BuyArrow_Press"
     image_pressed="BuyArrow_Press"
     image_unselected="BuyArrow_Press"
     layout="topleft"
     name="info_chevron"
     picture_style="true"
     right="-7"
     tab_stop="false"
     top="27"
     width="16" />
</panel>