summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_topinfo_bar.xml
blob: d3fb77f135f26b49800c16680e6ed868977a4a02 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="UTF-8"?>
<panel
 background_visible="true"
 background_opaque="false"
 bg_opaque_color="Black_50"
 bg_alpha_color="Black_50"
 follows="left|top|right"
 height="19"
 layout="topleft"
 name="topinfo_bar"
 width="1024">
  <button
    border="true"
    follows="left|top"
    height="16"
    hover_glow_amount="0.15"
    image_disabled="Info_Off"
    image_disabled_selected="Info_Off"
    image_selected="Info_Off"
    image_unselected="Info_Off"
    left="11"
    name="place_info_btn"
    top="1"
    width="16"/>
   <text
     follows="left|top|right"
     font="DejaVu"
     height="16"
     layout="topleft"
     left_pad="11"
     length="1"
     name="parcel_info_text"
     top="1"
     type="string"
     width="1"/>
  <icon
    enabled="true"
    follows="right|top"
    height="18"
    image_name="Parcel_VoiceNo_Light"
    name="voice_icon"
    top="1"
    visible="false"
    width="22"
    />
  <icon
    follows="right|top"
    height="18"
    image_name="Parcel_FlyNo_Light"
    name="fly_icon"
    top="1"
    visible="false"
    width="22"
    />
  <icon
    follows="right|top"
    height="18"
    image_name="Parcel_PushNo_Light"
    name="push_icon"
    top="1"
    visible="false"
    width="22"
    />
  <icon
    follows="right|top"
    height="18"
    image_name="Parcel_BuildNo_Light"
    name="build_icon"
    top="1"
    visible="false"
    width="22"
    />
  <icon
    follows="right|top"
    height="18"
    image_name="Parcel_ScriptsNo_Light"
    name="scripts_icon"
    top="1"
    visible="false"
    width="22"
    />
  <icon
    follows="right|top"
    height="13"
    image_name="Parcel_Health_Dark"
    left="2"
    name="damage_icon"
    top="3"
    visible="false"
    width="14"
    />
  <text
    follows="right|top"
    font="SansSerifSmall"
    halign="right"
    height="18"
    name="damage_text"
    top="5"
    visible="false"
    width="35"
    />
</panel>