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.
45 lines
1.6 KiB
45 lines
1.6 KiB
<!--
|
|
Kaliel's Tracker
|
|
Copyright (c) 2012-2024, Marouan Sabbagh <mar.sabbagh@gmail.com>
|
|
All Rights Reserved.
|
|
|
|
This file is part of addon Kaliel's Tracker.
|
|
-->
|
|
|
|
<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">
|
|
<Frame name="KT2_ObjectiveTrackerBlockTemplate" mixin="KT_ObjectiveTrackerBlockMixin" hidden="true" virtual="true">
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<FontString parentKey="HeaderText" inherits="ObjectiveTrackerLineFont">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT"/>
|
|
<Anchor point="RIGHT"/>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Frames>
|
|
<Frame parentKey="HeaderButton">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeKey="$parent.HeaderText"/>
|
|
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.HeaderText"/>
|
|
</Anchors>
|
|
</Frame>
|
|
</Frames>
|
|
<Scripts>
|
|
<OnEnter method="OnEnter"/>
|
|
<OnLeave method="OnLeave"/>
|
|
<OnMouseUp method="OnMouseUp"/>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Frame name="KT_ObjectiveTrackerBlockIconTemplate" hidden="true" virtual="true">
|
|
<Size x="31" y="31"/>
|
|
<Layers>
|
|
<Layer level="ARTWORK">
|
|
<Texture parentKey="Icon" setAllPoints="true"/>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
</Ui>
|