diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-30 17:14:29 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-30 17:14:29 +0000 |
commit | b9a6776a736e4b5cc440e678d8003eb7f23aed82 (patch) | |
tree | ae227d8aeaa2dfa6155199547e4f33219d7ba3c2 | |
parent | ec42c50fe814e36cafc8e21da8badf272b383782 (diff) |
remove dead panel version of the master volume pulldown.
the floater version turned out easier to get on-spec (though not perfect).
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_volume_pulldown.xml | 32 |
1 files changed, 0 insertions, 32 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 deleted file mode 100644 index 8c12fd1fb4..0000000000 --- a/indra/newview/skins/default/xui/en/panel_volume_pulldown.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<panel - chrome="true" - 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="System Volume" - show_text="false" - slider_label.halign="right" - top_pad="5" - volume="true" - width="120"> - <slider.commit_callback - function="Vol.setControlFalse" - parameter="MuteAudio" /> - </slider> -</panel> |