summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_pick_list_item.xml
blob: a4599bdf1ef432ef2cc7bc1beabf09713930e95d (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 bg_alpha_color="0.4 0.4 0.4 1"
 bg_opaque_color="0.4 0.4 0.4 1"
 border="true"
 follows="top|left|right"
 height="80"
 layout="topleft"
 left="0"
 name="picture_item"
 top="80"
 width="310">
    <texture_picker
     allow_no_texture="true"
     default_image_name="None"
     enabled="false"
     follows="left|top"
     height="80"
     layout="topleft"
     left="5"
     mouse_opaque="false"
     name="picture"
     tab_stop="false"
     top="7"
     width="90" />
    <text
     follows="right"
     font="SansSerifBold"
     height="20"
     layout="topleft"
     left="100"
     name="picture_name"
     text_color="black"
     top="5"
     width="170" />
    <text
     follows="right"
     font="SansSerif"
     height="40"
     layout="topleft"
     left="100"
     name="picture_descr"
     text_color="white"
     top="25"
     width="170"
     word_wrap="true" />
    <button
     follows="right"
     height="20"
     image_disabled="navbar_bg_button.tga"
     image_disabled_selected="navbar_bg_button.tga"
     image_overlay="navbar_forward.tga"
     image_selected="navbar_bg_button.tga"
     image_unselected="navbar_bg_button.tga"
     layout="topleft"
     name="inspector"
     picture_style="true"
     right="-5"
     tab_stop="false"
     top="28"
     width="20" />
</panel>