diff options
author | McCabe Maxsted | 2011-05-14 15:03:56 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-06-08 23:26:56 -0700 |
commit | 7fac3f9deb8fadefb99372b29e83a00a96528b7f (patch) | |
tree | 2978e50ff8094d3b83bffcfb0800d2727e912b56 /linden/indra/newview/skins/default/xui | |
parent | Fixed AO loading on startup and did some light cleanup for readability's sake... (diff) | |
download | meta-impy-7fac3f9deb8fadefb99372b29e83a00a96528b7f.zip meta-impy-7fac3f9deb8fadefb99372b29e83a00a96528b7f.tar.gz meta-impy-7fac3f9deb8fadefb99372b29e83a00a96528b7f.tar.bz2 meta-impy-7fac3f9deb8fadefb99372b29e83a00a96528b7f.tar.xz |
Added tacky-but-useful button for toggling the AO window in the toolbar
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_expanded.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_expanded.xml b/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_expanded.xml index 29c34fb..d8b31f1 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_expanded.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_expanded.xml | |||
@@ -3,8 +3,11 @@ | |||
3 | enabled="true" follows="right|bottom" height="45" left="0" mouse_opaque="true" | 3 | enabled="true" follows="right|bottom" height="45" left="0" mouse_opaque="true" |
4 | name="ao_remote" use_bounding_rect="true" width="96"> | 4 | name="ao_remote" use_bounding_rect="true" width="96"> |
5 | <panel bottom="1" filename="panel_bg_tab.xml" name="panel_bg_tab" height="47" left="0" width="96" /> | 5 | <panel bottom="1" filename="panel_bg_tab.xml" name="panel_bg_tab" height="47" left="0" width="96" /> |
6 | <button bottom="-20" control_name="AOSitsEnabled" enabled="true" | 6 | <button bottom="-20" control_name="AOSitsEnabled" enabled="true" tool_tip="Toggles AO sit animation" |
7 | follows="left|top" font="SansSerif" height="22" label="AO Sits Off" label_selected="AO Sits On" | 7 | follows="left|top" font="SansSerif" height="22" label="Sits Off" label_selected="Sits On" |
8 | mouse_opaque="true" name="ao_sit_btn" width="92" left="3" /> | 8 | mouse_opaque="true" name="ao_sit_btn" width="66" left="3" /> |
9 | <button bottom="-20" enabled="true" tool_tip="Toggle AO window" | ||
10 | follows="left|top" font="SansSerif" height="22" label="" image_overlay="arrow_up.tga" | ||
11 | mouse_opaque="true" name="ao_show_btn" width="22" left_delta="68" /> | ||
9 | <panel bottom="13" filename="panel_ao_remote_controls.xml" name="panel_ao_controls" left="0" width="96" /> | 12 | <panel bottom="13" filename="panel_ao_remote_controls.xml" name="panel_ao_controls" left="0" width="96" /> |
10 | </panel> | 13 | </panel> |