-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.
12 lines
615 B
XML
12 lines
615 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<panel label="Audio et vidéo" name="Media panel">
|
|
<slider label="Général" label_width="65" name="System Volume"/>
|
|
<slider label="Musique" label_width="65" name="Music Volume"/>
|
|
<slider label="Média" label_width="65" name="Media Volume"/>
|
|
<slider label="Voix" label_width="65" name="Voice Volume"/>
|
|
<slider label="Sons" label_width="65" name="SFX Volume"/>
|
|
<slider label="Son ambiant" label_width="65" name="Wind Volume"/>
|
|
<slider label="Interface" label_width="65" name="UI Volume"/>
|
|
<button label="Médias proches" name="nearby_media"/>
|
|
</panel>
|