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.
43 lines
1.7 KiB
43 lines
1.7 KiB
|
3 years ago
|
<Ui>
|
||
|
|
<Script file="PanelTabTemplate.lua"/>
|
||
|
|
|
||
|
|
<Button name="RematchPanelTabButtonTemplate" mixin="RematchPanelTabMixin" virtual="true">
|
||
|
|
<Size x="68" y="32"/>
|
||
|
|
<Layers>
|
||
|
|
<Layer level="BACKGROUND">
|
||
|
|
<Texture parentKey="Back" file="Interface\AddOns\Rematch\textures\panelTabs">
|
||
|
|
<Size x="68" y="42"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0" right="0.546875" top="0" bottom="0.328125"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="BORDER">
|
||
|
|
<Texture parentKey="Highlight" file="Interface\AddOns\Rematch\textures\panelTabs" alphaMode="ADD" alpha="0.4" hidden="true">
|
||
|
|
<Size x="68" y="42"/>
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="TOPLEFT"/>
|
||
|
|
</Anchors>
|
||
|
|
<TexCoords left="0" right="0.546875" top="0" bottom="0.328125"/>
|
||
|
|
</Texture>
|
||
|
|
</Layer>
|
||
|
|
<Layer level="ARTWORK">
|
||
|
|
<FontString parentKey="Text" inherits="GameFontNormalSmall">
|
||
|
|
<Anchors>
|
||
|
|
<Anchor point="CENTER" x="0" y="2"/>
|
||
|
|
</Anchors>
|
||
|
|
</FontString>
|
||
|
|
</Layer>
|
||
|
|
</Layers>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad method="OnLoad"/>
|
||
|
|
<OnEnter method="OnEnter"/>
|
||
|
|
<OnLeave method="OnLeave"/>
|
||
|
|
<OnMouseDown method="OnMouseDown"/>
|
||
|
|
<OnMouseUp method="OnMouseUp"/>
|
||
|
|
<OnClick method="OnClick"/>
|
||
|
|
</Scripts>
|
||
|
|
</Button>
|
||
|
|
|
||
|
|
</Ui>
|