summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml
blob: 247054772e1f1a74dd7c90382ac070ceb69b59eb (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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Part of side tray, see that XML file for panel config -->
<panel
 follows="all"
 height="560"
 label="home_tab"
 layout="topleft"
 name="home_tab"
 width="333">
    <panel
     background_visible="true"
     bg_alpha_color="DkGray2"
     class="panel_sidetray_home_info"
     follows="left|top|right"
     height="120"
     layout="topleft"
     left="15"
     top="17"
     name="sidebar_people"
     width="303">
        <text
         follows="left|right|top"
         font="SansSerifBigBold"
         height="30"
         layout="topleft"
         left="10"
         mouse_opaque="false"
         name="tab_name"
         text_color="EmphasisColor"
         top="10"
         value="People"
         width="200"
         word_wrap="true" />
        <icon
         follows="top|right"
         height="20"
         layout="topleft"
         name="tab_icon"
         right="-10"
         top="10"
         image_name="TabIcon_People_Selected"
         width="20" />
        <text
         follows="left|right|bottom"
         height="120"
         layout="topleft"
         left="10"
         mouse_opaque="false"
         name="tab_description"
         right="-10"
         text_color="white"
         top="40"
         word_wrap="true">
            Find your friends, your groups, contacts and people nearby.
        </text>
    </panel>
    <panel
     background_visible="true"
     bg_alpha_color="DkGray2"
     class="panel_sidetray_home_info"
     follows="left|top|right"
     height="120"
     layout="topleft"
     left="15"
     top_pad="15"
     name="sidebar_places"
     width="303">
        <text
         follows="left|right|top"
         font="SansSerifBigBold"
         height="30"
         layout="topleft"
         left="10"
         mouse_opaque="false"
         name="tab_name"
         text_color="EmphasisColor"
         top="10"
         value="Places"
         width="200"
         word_wrap="true" />
        <icon
         follows="top|right"
         height="20"
         layout="topleft"
         name="tab_icon"
         right="-10"
         top="10"
         width="20"
         image_name="TabIcon_Places_Selected"/>
        <text
         follows="all"
         height="120"
         layout="topleft"
         left="10"
         mouse_opaque="false"
         name="tab_description"
         right="-10"
         text_color="white"
         top="40"
         word_wrap="true">
            Find places to go and places you&apos;ve visited before.
        </text>
    </panel>
    <panel
     background_visible="true"
     bg_alpha_color="DkGray2"
     class="panel_sidetray_home_info"
     follows="left|top|right"
     height="120"
     layout="topleft"
     left="15"
     top_pad="15"
     name="sidebar_me"
     width="303">
        <text
         follows="left|right|top"
         font="SansSerifBigBold"
         height="30"
         layout="topleft"
         left="10"
         mouse_opaque="false"
         name="tab_name"
         text_color="EmphasisColor"
         top="10"
         value="My Profile"
         width="200"
         word_wrap="true" />
        <icon
         follows="top|right"
         height="20"
         layout="topleft"
         name="tab_icon"
         right="-10"
         top="10"
         width="20"
         image_name="TabIcon_Me_Selected"/>
        <text
         follows="all"
         height="120"
         layout="topleft"
         left="10"
         mouse_opaque="false"
         name="tab_description"
         right="-10"
         text_color="white"
         top="40"
         word_wrap="true">
            Edit your public profile.
        </text>
    </panel>
    <panel
     background_visible="true"
     bg_alpha_color="DkGray2"
     class="panel_sidetray_home_info"
     follows="left|top|right"
     height="120"
     layout="topleft"
     left="15"
     top_pad="15"
     name="sidebar_appearance"
     width="303">
        <text
         follows="left|right|top"
         font="SansSerifBigBold"
         height="30"
         layout="topleft"
         left="10"
         mouse_opaque="false"
         name="tab_name"
         text_color="EmphasisColor"
         top="10"
         value="My Appearance"
         width="200"
         word_wrap="true" />
        <icon
         follows="top|right"
         height="20"
         layout="topleft"
         name="tab_icon"
         right="-10"
         top="10"
         width="20"
         image_name="TabIcon_Appearance_Selected"/>
        <text
         follows="all"
         height="120"
         layout="topleft"
         left="10"
         mouse_opaque="false"
         name="tab_description"
         right="-10"
         text_color="white"
         top="40"
         word_wrap="true">
            Change your appearance and current look.
        </text>
    </panel>
</panel>