summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml
blob: ab73f135b962a6580d194a628b6d7810d7fc2007 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>

 <panel name="Outfits"
 background_visible="true"
  follows="all"
 height="550"
 label="Things"
 layout="topleft"
 min_height="350"
 min_width="240"
 width="330"
 border="false">
   <tab_container
     follows="all"
     height="500"
     layout="topleft"
     left="10"
     name="appearance_tabs"
     tab_min_width="100"
     tab_height="30"
     tab_position="top"
     halign="center"
     width="313">
      <inventory_panel
        label="MY OUTFITS"
        help_topic="my_outfits_tab"
	    allow_multi_select="true"
	    follows="all"
	    border="false"
	    left="0"
        top="0"
        height="500"
        width="290"
 		mouse_opaque="true"
 	    name="outfitslist_accordionpanel"
 		start_folder="My Outfits" /> 
         <inventory_panel
        label="WEARING"
        help_topic="now_wearing_tab"
        allow_multi_select="true"
        border="false"
        height="500"
        width="290"
        left="0"
        top="0"
        mouse_opaque="true"
        name="cof_accordionpanel"
        start_folder="Current Outfit" />
   </tab_container>
	<panel
	  background_visible="true"
	  follows="bottom|left"
	  height="50"
	  layout="topleft"
	  left="0"
	  visible="true"
	  name="bottom_panel"
	  top_pad="10"
	  width="313">
		 <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>
</panel>