summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_bottomtray.xml
blob: a29ab971a43bb53e1252ec587b625b6a52a5cf02 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 
<panel follows="left|bottom|right" name="bottom_tray" bg_opaque_color="0.25 0.25 0.25 1.0"
		bg_alpha_color="0.25 0.25 0.25 1.0" background_visible="true" auto_resize="true"
		left="0" bottom="0" width="1000" height="28" border_visible="false">
	<panel.string name="gesture_label">
        	Gestures
	</panel.string>		
	<layout_stack name="toolbar_stack" follows="left|right|bottom|top" 
		bottom="0" left="0" width="1000" height="25" orientation="horizontal" border_size="0" auto_resize="false">
	
		<icon image_name="spacer24.tga" left="0" width="5" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
	  <panel follows="left|right" auto_resize="true" width="250" height="28" min_height="28">
		<line_editor name="chat_box"  follows="left|right" 
			width="250" height="20" left="0" bottom="6" 
			bevel_style="in" border_style="line" border_thickness="1"/>
	  </panel>
		<icon image_name="spacer24.tga" left="0" width="5" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
		<view_border bevel_style="in" bottom="0" height="28" width="1" follows="left|right" left="270" mouse_opaque="false" auto_resize="false"/>
		<icon image_name="spacer24.tga" left="0" width="5" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
	  <panel follows="left|right" auto_resize="false" width="100" height="28" min_height="28">
		<chiclet_talk name="talk" left="0" bottom="6" width="100" height="20" follows="left|right" auto_resize="false"/>	
	  </panel>
		<icon name="DUMMY" image_name="spacer24.tga" left="0" width="5" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
	  <panel follows="left|right" auto_resize="true" width="90" height="28" min_height="28">
		<combo_box follows="left" height="20" label="Gestures" left="0" bottom="6" name="Gesture" top_delta="0" width="90" />
	  </panel>
	  	<icon name="DUMMY" image_name="spacer24.tga" left="0" width="5" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
	  <panel follows="left|right" auto_resize="true" width="250" height="28" min_height="28">
		<chiclet_panel name="chiclet_list"  follows="left|right" 
			width="250" height="25" left="0" bottom="2"/>
	  </panel>
		<icon image_name="spacer24.tga" left="0" width="5" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
	  <panel follows="left|right" auto_resize="false" width="40" height="28" min_height="28">
		<chiclet_notification name="im_well" follows="left|right" auto_resize="false"
			left="0" bottom="4" width="40" height="25" 
			image_unselected="im_notifications.tga" image_selected="im_notifications.tga"/>
	  </panel>
		<icon image_name="spacer24.tga" left="0" width="10" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
		<view_border name="well_separator" bevel_style="in" bottom="0" height="30" width="1" follows="left|right" left="270" mouse_opaque="false" auto_resize="false"/>
		<icon image_name="spacer24.tga" left="0" width="10" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
	  <panel follows="left|right" auto_resize="false" width="48" height="28" min_height="28">
		<chiclet_notification name="sys_well" follows="left|right" auto_resize="false"
			left="0" bottom="5" width="48" height="25" 
			image_unselected="bottom_tray_sys_notifications.tga" image_selected="bottom_tray_sys_notifications.tga"/>
	  </panel>
		<icon image_name="spacer24.tga" left="0" width="5" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
	</layout_stack>	
</panel>