summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_pick_info.xml
blob: 80fa99c257ba5d0bdacf0ccc466792a31b14873e (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 bevel_style="in"
 follows="left|top|right|bottom"
 height="420"
 layout="topleft"
 left="0"
 name="panel_pick_info"
 top="0"
 width="255">
   <scroll_container
     color="DkGray2"
     follows="left|top|right|bottom"
     height="300"
     layout="topleft"
     left="0"
     name="profile_scroll"
     reserve_scroll_corner="true"
     opaque="true"
     width="255">
    <panel
     name="scroll_content_panel"
     follows="left|top|right"
     layout="topleft"
     top="0"
     left="0"
     width="240"
     height="575">
    <text
     follows="top"
     font="SansSerifHugeBold"
     height="15"
     layout="topleft"
     left="10"
     name="title"
     text_color="white"
     top="5"
     value="Pick Info"
     width="150" />
    <button
     follows="top|right"
     height="20"
     image_overlay="BackArrow_Off"
     layout="topleft"
     name="back_btn"
     picture_style="true"
     right="-20"
     top="7"
     width="20" />
    <panel
     background_visible="true"
     bg_alpha_color="DkGray2"
     follows="left|right|top|bottom"
     height="550"
     layout="topleft"
     left="0"
     min_height="300"
     top="30"
     width="255">
        <texture_picker
         enabled="false"
         follows="left|top|right"
         height="300"
         layout="topleft"
         left="10"
         name="pick_snapshot"
         top="10"
         width="245" />
        <text
         follows="left|top"
         font="SansSerifBigBold"
         height="15"
         layout="topleft"
         left="10"
         name="Name:"
         text_color="white"
         value="Name:" />
        <text
         follows="left|top|right"
         height="15"
         layout="topleft"
         left="10"
         name="pick_name"
         right="-10"
         text_color="white"
         value="[name]"
         word_wrap="true" />
        <text
         follows="left|top"
         font="SansSerifBigBold"
         height="15"
         layout="topleft"
         left="10"
         name="description_label"
         text_color="white"
         top_pad="20"
         valign="center"
         value="Description:" />
        <text
         follows="left|top|right"
         height="60"
         layout="topleft"
         left="10"
         name="pick_desc"
         right="-10"
         text_color="white"
         valign="center"
         value="[description]"
         width="255"
         word_wrap="true" />
        <text
         follows="left|top"
         font="SansSerifBigBold"
         height="20"
         layout="topleft"
         left="10"
         name="location_label"
         text_color="white"
         top_pad="20"
         valign="bottom"
         value="Location:" />
        <text
         follows="left|top"
         height="30"
         layout="topleft"
         left="10"
         name="pick_location"
         text_color="white"
         valign="center"
         value="[loading...]" />
    </panel>
    </panel>
    </scroll_container>
    <panel
     follows="left|right|bottom"
     height="30"
     layout="topleft"
     top_pad="2"
     left="8"
     name="buttons"
     right="-10">
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Edit"
         layout="topleft"
         left="0"
         name="edit_btn"
         top="0"
         width="50" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Teleport"
         layout="topleft"
         left_pad="2"
         name="teleport_btn"
         top="0"
         width="80" />
        <button
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Map"
         layout="topleft"
         left_pad="2"
         name="show_on_map_btn"
         top="0"
         width="100" />
    </panel>
</panel>