/indra/newview/skins/default/xui/en/panel_bottomtray_lite.xml
XML | 84 lines | 84 code | 0 blank | 0 comment | 0 complexity | 040a9b4cf5f2b36e47e0d33bed92ead8 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 2<panel 3 default_tab_group="2" 4 mouse_opaque="true" 5 background_visible="true" 6 bg_alpha_color="DkGray" 7 bg_opaque_color="DkGray" 8 follows="left|bottom|right" 9 height="33" 10 layout="topleft" 11 left="0" 12 name="bottom_tray_lite" 13 focus_root="true" 14 tab_stop="true" 15 top="28" 16 chrome="true" 17 border_visible="false" 18 visible="false" 19 width="1000"> 20 <layout_stack 21 mouse_opaque="false" 22 border_size="0" 23 clip="false" 24 follows="all" 25 height="28" 26 layout="topleft" 27 left="0" 28 name="toolbar_stack_lite" 29 orientation="horizontal" 30 top="0" 31 width="1000"> 32 <layout_panel 33 auto_resize="false" 34 min_width="2" 35 width="2" /> 36 <layout_panel 37 mouse_opaque="false" 38 auto_resize="true" 39 height="28" 40 layout="topleft" 41 width="310" 42 min_width="188"> 43 <panel 44 left="0" 45 filename="panel_nearby_chat_bar.xml" 46 follows="left|right" 47 top="4" 48 width="310" 49 name="chat_bar" 50 mouse_opaque="false"/> 51 </layout_panel> 52 <layout_panel 53 mouse_opaque="false" 54 auto_resize="false" 55 follows="right" 56 height="28" 57 layout="topleft" 58 min_height="28" 59 width="82" 60 top_delta="0" 61 min_width="52" 62 name="gesture_panel"> 63 <gesture_combo_list 64 follows="left|right" 65 height="23" 66 label="Gesture" 67 layout="topleft" 68 name="Gesture" 69 left="0" 70 top="5" 71 width="82" 72 tool_tip="Shows/hides gestures"> 73 <gesture_combo_list.combo_button 74 pad_right="10" 75 use_ellipses="true" /> 76 </gesture_combo_list> 77 </layout_panel> 78 <layout_panel 79 auto_resize="false" 80 min_width="3" 81 name="after_gesture_panel" 82 width="3"/> 83 </layout_stack> 84</panel>