85 lines
2.8 KiB
XML
85 lines
2.8 KiB
XML
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
|
|
|
|
<Script file="core.lua"/>
|
|
|
|
<Frame>
|
|
<Scripts>
|
|
<OnLoad>
|
|
this:RegisterEvent("VARIABLES_LOADED")
|
|
this:RegisterEvent("ADDON_LOADED")
|
|
this:RegisterEvent("AUCTION_HOUSE_SHOW")
|
|
this:RegisterEvent("AUCTION_HOUSE_CLOSED")
|
|
</OnLoad>
|
|
<OnEvent>
|
|
Aux_OnEvent()
|
|
</OnEvent>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Frame name="AuxFrameBoxTemplate" virtual="true">
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<FontString name="$parentTitle" inherits="GameFontHighlight">
|
|
<Anchors>
|
|
<Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="9" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Backdrop edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
|
|
<EdgeSize>
|
|
<AbsValue val="16"/>
|
|
</EdgeSize>
|
|
<!--<TileSize>-->
|
|
<!--<AbsValue val="16"/>-->
|
|
<!--</TileSize>-->
|
|
<!--<BackgroundInsets>-->
|
|
<!--<AbsInset left="5" right="5" top="5" bottom="5"/>-->
|
|
<!--</BackgroundInsets>-->
|
|
</Backdrop>
|
|
<Scripts>
|
|
<OnLoad>
|
|
this:SetBackdropBorderColor(0.4, 0.4, 0.4)
|
|
<!--this:SetBackdropColor(0.5, 0.5, 0.5);-->
|
|
</OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Slider name="AuxSliderTemplate" orientation="HORIZONTAL" virtual="true" enableMouse="true">
|
|
<Size>
|
|
<AbsDimension x="128" y="17"/>
|
|
</Size>
|
|
<HitRectInsets>
|
|
<AbsInset left="0" right="0" top="-10" bottom="-10"/>
|
|
</HitRectInsets>
|
|
<Backdrop bgFile="Interface\Buttons\UI-SliderBar-Background" edgeFile="Interface\Buttons\UI-SliderBar-Border" tile="true">
|
|
<EdgeSize>
|
|
<AbsValue val="8"/>
|
|
</EdgeSize>
|
|
<TileSize>
|
|
<AbsValue val="8"/>
|
|
</TileSize>
|
|
<BackgroundInsets>
|
|
<AbsInset left="3" right="3" top="6" bottom="6"/>
|
|
</BackgroundInsets>
|
|
</Backdrop>
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<FontString name="$parentText" inherits="GameFontHighlightSmall">
|
|
<Anchors>
|
|
<Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT"/>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<ThumbTexture name="$parentThumb" file="Interface\Buttons\UI-SliderBar-Button-Horizontal">
|
|
<Size>
|
|
<AbsDimension x="32" y="32"/>
|
|
</Size>
|
|
</ThumbTexture>
|
|
</Slider>
|
|
</Ui> |