summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/clothing_list_item.xml
blob: 96d72c78a65561e33c2897805b9dc17e55a2c24e (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<clothing_list_item
 follows="top|right|left"
 height="23"
 layout="topleft"
 left="0"
 name="wearable_item"
 bottom="0"
 width="380">
  <lock_icon
   height="16"
   follows="top|left"
   image_name="Inv_Object"
   layout="topleft"
   left="21"
   name="item_icon"
   top="2"
   width="16" />
  <item_name
   follows="left|right"
   height="16"
   layout="topleft"
   left="42"
   parse_urls="false"
   use_ellipses="true"
   name="item_name"
   text_color="white"
   top="5"
   value="..."
   width="359" />
  <up_btn
   name="btn_move_up"
   layout="topleft"
   follows="top|right"
   image_overlay="UpArrow_Off"
   top="1"
   left="0"
   height="23"
   width="23"
   tab_stop="false" />
  <down_btn
   name="btn_move_down"
   layout="topleft"
   follows="top|right"
   image_overlay="DownArrow_Off"
   top="1"
   left="26"
   height="23"
   width="23"
   tab_stop="false" />
  <lock_panel
   background_visible="false"
   name="btn_lock"
   layout="topleft"
   follows="top|right"
   top="0"
   left="0"
   height="23"
   width="23"
   tab_stop="false"
   tool_tip="You don't have permission to edit"/>
  <lock_icon
   name="btn_lock1"
   layout="topleft"
   follows="top|right"
   image_name="Locked_Icon"
   top="2"
   left="5"
   height="13"
   width="9"
   tab_stop="false" />
  <edit_panel
   background_visible="false"
   name="btn_edit_panel"
   layout="topleft"
   follows="top|right"
   top="0"
   left="26"
   height="23"
   width="26"
   tab_stop="false"/>
  <edit_btn
   name="btn_edit"
   layout="topleft"
   follows="top|right"
   image_overlay="Edit_Wrench"
   top="1"
   left="0"
   height="23"
   width="23"
   tab_stop="false"
   tool_tip="Edit this wearable"/>
</clothing_list_item>