summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-23 16:29:14 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-23 16:29:14 +0000
commitafd81a7d742731188f91f4b247abfc69813a95be (patch)
tree8fac74bd54ed3529659b509daf96792783ea9922 /indra/newview/skins
parentf6f9e63091d82f10fb76778d993ae7d2087a1452 (diff)
start to make this a panel instead of a floater.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/xui/en/panel_volume_pulldown.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_volume_pulldown.xml b/indra/newview/skins/default/xui/en/panel_volume_pulldown.xml
new file mode 100644
index 0000000000..5d731663cb
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/panel_volume_pulldown.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<floater
+ background_opaque="false"
+ border_visible="false"
+ background_visible="true"
+ bg_alpha_color="0.3 0.3 0.3 0"
+ bg_opaque_color="0.3 0.3 0.3 0"
+
+ legacy_header_height="0"
+ can_dock="false"
+ can_minimize="false"
+ can_close="false"
+ follows="bottom"
+ height="52"
+ layout="topleft"
+ name="volumepulldown_floater"
+ save_rect="false"
+ save_visibility="false"
+ width="152">
+ <panel
+ border="false"
+ follows="all"
+ height="50"
+ label="xSounds"
+ layout="topleft"
+ left="1"
+ name="xPreference Media panel"
+ top="1"
+ width="150">
+ <slider
+ control_name="AudioLevelMaster"
+ follows="left|top"
+ font.style="BOLD"
+ height="15"
+ increment="0.05"
+ initial_value="0.5"
+ layout="topleft"
+ left="0"
+ name="xSystem Volume"
+ show_text="false"
+ slider_label.halign="right"
+ top_pad="5"
+ volume="true"
+ width="120">
+ <slider.commit_callback
+ function="Pref.setControlFalse"
+ parameter="MuteAudio" />
+ </slider>
+ </panel>
+</floater>