summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/sidepanel_inventory.xml
blob: d0c3cdfafcf1289f0d40d4d1e0f9a4f451a262f9 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 background_visible="true"
 follows="all"
 height="400"
 label="Things"
 layout="topleft"
 min_height="350"
 min_width="240"
 name="objects panel"
 width="333">
    <tab_container
     follows="all"
     height="390"
     layout="topleft"
     left="9"
     name="Inventory Tabs"
     tab_position="top"
     top="0"
     width="313"
	 tab_height="0"
	 visible="true">
	 <panel
	      class="panel_main_inventory"
		  filename="panel_main_inventory.xml"
		  follows="all"
		  layout="topleft"
		  left="0"
		  name="panel_main_inventory"
		  top="15"
		  label=""
		  height="330"
		  width="467">
    <panel
     height="25"
     layout="bottomright"
     left="0"
     help_topic="objects_button_tab"
     name="button_panel"
	 bottom="0"
     width="313">
        <button
         enabled="true"
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Info"
         layout="topleft"
         left="0"
         name="info_btn"
         top="0"
         width="60" />
        <button
         enabled="true"
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Share"
         layout="topleft"
         left_pad="5"
         name="share_btn"
         top="0"
         width="60" />
        <button
         enabled="false"
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Wear"
         layout="topleft"
         left="130"
         name="wear_btn"
         top="0"
         width="60" />
        <button
         enabled="false"
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Play"
         layout="topleft"
         name="play_btn"
         left="130"
         top="0"
         width="50" />
        <button
         enabled="false"
         follows="bottom|left"
         font="SansSerifSmallBold"
         height="25"
         label="Teleport"
         layout="topleft"
         left="130"
         name="teleport_btn"
         top="0"
         width="77" />
        <button
         follows="bottom|right"
         font="SansSerifSmallBold"
         height="25"
         label="v"
         layout="topleft"
         name="overflow_btn"
         right="-10"
         top="0"
         width="30" />
    </panel>
    </panel>
   </tab_container>

    <panel
     class="sidepanel_object_info"
     filename="sidepanel_object_info.xml"
     follows="all"
     height="360"
     layout="topleft"
     left="0"
     help_topic="objects_info_tab"
     name="sidepanel_object_info"
     top="30"
     visible="false" />
</panel>