You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.5 KiB

<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="TransmogVendor.lua"/>
<Script file="Randomizer.lua"/>
<Button name ="BetterWardrobeButtonTemplate" inherits="SquareIconButtonTemplate" mixin="BW_DressingRoomButtonMixin" virtual="true" hidden="false">
<Size x="20" y="20"/>
<Layers>
<Layer level="ARTWORK">
<Texture parentKey="Icon" file="Interface\Buttons\UI-OptionsButton">
<Size x="12" y="12"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<HighlightTexture file="Interface\Buttons\UI-Common-MouseHilight" alphaMode="ADD"/>
<Scripts>
<OnClick method="OnEnter" />
<OnLeave method="OnLeave" />
</Scripts>
</Button>
<Frame name="AltItemtemplate" mixin = "BetterWardrobeSetsDetailsAltItemMixin" hidden="true" virtual="true">
<Size x="25" y="25"/>
<Anchors>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent" relativePoint="TOPRIGHT" X='15' Y='-15'/>
</Anchors>
<Layers>
<Layer level="OVERLAY">
<Texture parentKey="AltIconRight" file="Interface\FriendsFrame\UI-Toast-ChatInviteIcon" >
<Size x="25" y="25"/>
<Anchors>
<Anchor point="CENTER" X='0' Y='0'/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnMouseDown method="OnMouseDown"/>
</Scripts>
</Frame>
</Ui>