summaryrefslogtreecommitdiff
path: root/indra/newview/skins/minimal/xui/en/panel_volume_pulldown.xml
blob: 36ad39abe8a694f6cd331f13da66e330578b9455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 background_opaque="true"
 background_visible="true"
 bg_opaque_image="Volume_Background" 
 bg_alpha_image="Volume_Background" 
 border_visible="false"
 border="false"
 chrome="true"
 follows="bottom"
 height="150"
 layout="topleft"
 name="volumepulldown_floater"
 width="32">
 <slider
  control_name="AudioLevelMaster"
  follows="left|top"
  left="0"
  top="1"
  orientation="vertical"
  height="140"
  increment="0.05"
  initial_value="0.5"
  layout="topleft"
  name="mastervolume"
  show_text="false"
  slider_label.halign="right"
  top_pad="2"
  volume="true">
  <slider.commit_callback
   function="Vol.setControlFalse"
   parameter="MuteAudio" />
  </slider>
</panel>