summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_teleport_history_item.xml
blob: 63c2d4538e5dfdb3e6c57d562d198404ebf086e3 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="top|right|left"
 height="20"
 layout="topleft"
 left="0"
 name="teleport_history_item"
 top="0"
 width="380">
    <icon
     follows="top|right|left"
     height="20"
     image_name="ListItem_Over"
     layout="topleft"
     left="0"
     name="hovered_icon"
     top="0"
     visible="false"
     width="380" />
    <icon
     height="20"
     follows="top|right|left"
     image_name="ListItem_Select"
     layout="topleft"
     left="0"
     name="selected_icon"
     top="0"
     visible="false"
     width="380" />
    <icon
     height="20"
     follows="top|right|left"
     image_name="ListItem_Select"
     layout="topleft"
     left="0"
     name="landmark_icon"
     top="0"
     visible="false"
     width="20" />
    <text
     follows="left|right"
     height="20"
     layout="topleft"
     left_pad="5"
     use_ellipses="true"
     name="region"
     text_color="white"
     top="4"
     value="Unknown"
     width="330" />
    <button
     follows="right"
     height="18"
     image_disabled="Info"
     image_disabled_selected="Info"
     image_hover_selected="Info"
     image_selected="Info"
     image_unselected="Info"
     layout="topleft"
     name="info_btn"
     picture_style="true"
     visible="false"
     right="-5"
     top="2" 
     width="18" />
</panel>