vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
4  
5 <Frame name="BongosOptionsPanel" hidden="true" virtual="true">
6 <Anchors>
7 <Anchor point="TOPLEFT">
8 <Offset x="4" y="-32"/>
9 </Anchor>
10 <Anchor point="BOTTOMRIGHT">
11 <Offset x="-4" y="4"/>
12 </Anchor>
13 </Anchors>
14 </Frame>
15  
16 <Frame name="BongosOptionsDropDown" inherits="UIDropDownMenuTemplate" enableMouse="true" virtual="true">
17 <Layers>
18 <Layer level="BACKGROUND">
19 <FontString name="$parentLabel" font="GameFontNormalSmall">
20 <Anchors>
21 <Anchor point="LEFT" relativePoint="RIGHT">
22 <Offset x="-12" y="0"/>
23 </Anchor>
24 </Anchors>
25 </FontString>
26 </Layer>
27 </Layers>
28 </Frame>
29  
30 <Slider name="BongosOptionsSlider" inherits="BongosSlider" virtual="true">
31 <Size x="214" y="18"/>
32 </Slider>
33  
34 <Slider name="BongosOptionsOpacitySlider" inherits="BongosOpacitySlider" virtual="true">
35 <Size x="214" y="18"/>
36 </Slider>
37  
38 <Slider name="BongosOptionsScaleSlider" inherits="BongosScaleSlider" virtual="true">
39 <Size x="214" y="18"/>
40 </Slider>
41 </Ui>