summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_toolbar_view.xml
blob: 12c442d8f1d22aa5b166798df988358cca154ff4 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toolbar_view
 follows="all"
 layout="topleft"
 name="toolbar view"
 height="500"
 width="1024"
 left="0"
 top="0" 
 mouse_opaque="false"
 tab_stop="false"
 visible="true">
 <toolbar
  follows="top|bottom|left"
  layout="topleft"
  name="toolbar_left"
  height="500"
  width="30"
  left="0"
  top="0" 
  side="left"
  visible="true" />
 <toolbar
  follows="right|bottom|left"
  layout="topleft"
  name="toolbar_bottom"
  height="30"
  width="964"
  left="30"
  top="470" 
  side="bottom"
  visible="true" />
 <toolbar
  follows="top|bottom|right"
  layout="topleft"
  name="toolbar_right"
  height="500"
  width="30"
  left="994"
  top="0" 
  side="right"
  visible="true" />
 <panel
  follows="top|bottom|left"
  layout="topleft"
  name="sizer_left"
  height="500"
  width="30"
  left="0"
  top="0" 
  background_opaque="false"
  border_visible="false"
  background_visible="true"
  bg_opaque_image="Toast_Over"
  bg_alpha_image="Toast_Background"
  visible="true" />
</toolbar_view>