diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-27 17:34:50 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-27 17:34:50 +0000 |
commit | c5719c445ab49f8725ea21bd5bb51d4a0c106212 (patch) | |
tree | b009b1f1514623482f481183c5a36f31f13bd7a0 /indra/newview/skins/default/xui/en/panel_status_bar.xml | |
parent | 6b1cc111f57193fd98821e00f450b02b2bfded65 (diff) |
whee, back to a floater for now. i'm going to stop worrying about the position for a while and work on the functionality.
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_status_bar.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_status_bar.xml b/indra/newview/skins/default/xui/en/panel_status_bar.xml index 65bc48265d..9c66653e3c 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -81,6 +81,17 @@ name="volume_btn" tool_tip="Global Volume Control" width="16" /> + <panel + class="panel_volume_pulldown" + follows="all" + height="533" + layout="topleft" + left="0" + name="volume_pulldown" + top="5" + visible="false" + width="313" /> + <text enabled="true" follows="right|bottom" |