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 | |
| 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')
| -rw-r--r-- | indra/newview/llstatusbar.cpp | 4 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 11 | 
2 files changed, 13 insertions, 2 deletions
| diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index 89c007280e..d57564a9f0 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -516,10 +516,10 @@ static void onClickVolume(void* data)  	// toggle the master volume pull-down +#if 1  	//LLFloater* vp =  	LLFloaterReg::showInstance("volume_pulldown"); //tmp - -#if 0 +#else  	//LLPanelVolumePulldown *foo=  		//new LLPanelVolumePulldown();  	//LLPanel* container = getRootView();//->getChild<LLPanel>("nav_bar_container"); 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" | 
