Files
SingularityViewer/indra/newview/skins/default/xui/pt/panel_audio.xml
Shyotl 49cbc80ee0 Added 'NearbyMedia' floater (accessable via new button in Media Remote popup)
-Floater utilizes a slightly modified LLPanelNearbyMedia, which has fading and the 'minimal' mode disabled when its parent is a floater.

  -Due to how LL designed LLPanelNearbyMedia, only one instance should ever be allowed at a time.

Added LLNameBox. To avoid having dupilcate code, logic in LLTextBox::fromXML had to be moved to LLTextBox::initFromXML.

  -Perfomed some additional cleanup. 'name' attribute now parsed in LLUICtrl::initFromXML, or as-needed for elements not based off of LLUICtrl.

LLSlider now respects current DrawContext

Fixed the AO toolbar widget reserving too much width.

Made the "wlfAdvSettingsPopup" setting persist, and un-inverted its logic.

Altered ui initilization order. Toolbar/overlay panels now constructed further into login process.
2013-06-18 08:09:17 -05:00

11 lines
542 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Áudio &amp; Vídeo" name="Media panel">
<slider label="Mestre" name="System Volume"></slider>
<slider label="Música" name="Music Volume"></slider>
<slider label="Mídia" name="Media Volume"></slider>
<slider label="Voz" name="Voice Volume"></slider>
<slider label="Sons" name="SFX Volume"></slider>
<slider label="Ambiente" name="Wind Volume"></slider>
<slider label="UI" name="UI Volume"></slider>
<button label="Mídia por perto" name="nearby_media"/>
</panel>