summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_active_object_row.xml
blob: e21a04698f3a5bf4e425871c816b140146862e49 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
  name="panel_activeim_row"
  layout="topleft"
  follows="left|right"
  top="0"
  left="0"
  height="35"
  width="318"
  background_opaque="false"
  background_visible="true"
  bg_alpha_color="0.0 0.0 0.0 0.0" >
  <chiclet_script
    name="object_chiclet"
    layout="topleft"
    follows="left"
    top="3"
    left="5"
    height="25"
    width="25"
    visible="false">
  </chiclet_script>
  <chiclet_offer
    name="inv_offer_chiclet"
    layout="topleft"
    follows="left"
    top="3"
    left="5"
    height="25"
    width="25"
    visible="false">
  </chiclet_offer>
	<text
    type="string"
    name="object_name"
    layout="topleft"
    top="10"
    left_pad="20"
    height="14"
    parse_urls="false"
    width="245"
    length="1"
    follows="right|left"
    use_ellipses="true"
    font="SansSerifBold">
    Unnamed Object
  </text>
  <button
    top="10"
    right="-5"
    width="17"
    height="17"
    layout="topleft"
    follows="right"
    name="hide_btn"
    mouse_opaque="true"
    label=""
    tab_stop="false"
    image_unselected="Toast_CloseBtn"
    image_selected="Toast_CloseBtn"
  />
</panel>