summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/sidepanel_appearance.xml
blob: 886887c2b50ac4c4235a901f4854ab5399b312cc (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
 follows="all"
 height="570"
  label="My Appearance"
  layout="topleft"
 min_height="350"
  name="appearance panel"
 width="333">
 <string
name="No Outfit"
value="No Outfit" />
<panel
 left="0"
 top="0"
 follows="top|left"
layout="topleft"
 width="333"
 height="45"
 background_visible="true"
 background_opaque="false"
 bg_alpha_color="MouseGray"
 name="panel_currentlook"
 >
<button
   follows="left|top"
        top="0"  width="1" height="1"
        layout="topleft"
	left="0"
        name="editappearance_btn" />
   <button
   follows="left|top"
        top="0"  width="1" height="1"
        layout="topleft"
	left="3"
 name="openoutfit_btn" />
<icon
 follows="top|left"
 height="30"
 image_name="TabIcon_Appearance_Off"
 name="outfit_icon"
 mouse_opaque="false"
 visible="true"
 left="5"
 top="0"
 width="30" />
<text
 width="292"
 height="22"
follows="top|left"
 layout="topleft"
 left_pad="5"
font="SansSerifLarge"
font.style="BOLD"
word_wrap="false"
use_ellipses="true"
mouse_opaque="false"
 text_color="white"
 name="currentlook_name">
MyOutfit With a really Long Name like MOOSE
    </text>
  <text
width="290"
left="40"
height="1"
follows="top|left"
 layout="topleft"
 top_pad="-2"
mouse_opaque="false"
 name="currentlook_title" >
(now wearing)
  </text>
</panel>
    <filter_editor
     follows="top|left"
     height="23"
     layout="topleft"
     left="15"
     label="Filter"
     max_length="300"
     name="Filter"
     top_pad="7"
     width="303" />
    <panel
     follows="top|left"
     halign="center"
     height="500"
     layout="topleft"
    class="panel_outfits_inventory"
      filename="panel_outfits_inventory.xml"
      name="panel_outfits_inventory"
     min_height="300"
      left="0"
      top_pad="3"
	width="333"
       />
   <panel
     background_visible="true"
     follows="top|left"
     height="19"
     layout="topleft"
     left="0"
     visible="true"
     name="bottom_panel"
     width="333">
        <button
         follows="bottom|left"
         tool_tip="Show additional options"
         height="18"
         image_disabled="OptionsMenu_Disabled"
         image_selected="OptionsMenu_Press"
         image_unselected="OptionsMenu_Off"
         layout="topleft"
         left="10"
         name="options_gear_btn"
         top="6"
         width="18" />
        <button
         follows="bottom|left"
         height="18"
         image_selected="AddItem_Press"
         image_unselected="AddItem_Off"
         image_disabled="AddItem_Disabled"
         layout="topleft"
         left_pad="5"
         name="add_btn"
         tool_tip="Add new item"
         width="18" />
        <dnd_button
         follows="bottom|left"
         height="18"
         image_selected="TrashItem_Press"
         image_unselected="TrashItem_Off"
         layout="topleft"
         right="-5"
         name="trash_btn"
         tool_tip="Remove selected item"
         top="6"
         width="18" />
    <button
     follows="top|left"
       height="23"
       label="Wear"
       layout="topleft"
       name="wear_btn"
       right="-5"
       top_pad="0"
        width="90" />
    </panel>
 <!--   <button
     follows="bottom|left"
       height="23"
       label="New outfit"
       layout="topleft"
       left_pad="5"
       right="-10"
       name="newlook_btn"
        width="100" />-->
<panel
        class="panel_look_info"
        filename="panel_look_info.xml"
        follows="all"
        layout="topleft"
        left="0"
        name="panel_look_info"
        visible="false" />
<panel
    class="panel_edit_wearable"
    filename="panel_edit_wearable.xml"
    follows="all"
    layout="topleft"
    left="0"
    name="panel_edit_wearable"
    visible="false"
    width="333" />
</panel>