mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-22 07:36:58 +00:00
15 lines
478 B
XML
15 lines
478 B
XML
<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="zButtonRangedFrame">
|
|
</Frame>
|
|
<CheckButton name="zButtonRanged" inherits="ZSpellButtonTemplate">
|
|
<Anchors>
|
|
<Anchor point="CENTER" relativeTo="UIParent" relativePoint="CENTER">
|
|
<Offset>
|
|
<AbsDimension x="120" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</CheckButton>
|
|
</Ui>
|