vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <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"> |
2 | |||
3 | <Frame name="smmMoverTemplate" parent="UIParent" topLevel="true" enableMouse="true" virtual="true"> |
||
4 | <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background"/> |
||
5 | </Frame> |
||
6 | |||
7 | <Frame name="smmQuestMover" inherits="smmMoverTemplate"> |
||
8 | <Size><AbsDimension x="280" y="80"/></Size> |
||
9 | <Anchors><Anchor point="CENTER" relativeTo="QuestWatchFrame"/></Anchors> |
||
10 | </Frame> |
||
11 | |||
12 | <Frame name="smmDollMover" inherits="smmMoverTemplate"> |
||
13 | <Size><AbsDimension x="60" y="65"/></Size> |
||
14 | <Anchors><Anchor point="CENTER" relativeTo="DurabilityFrame"/></Anchors> |
||
15 | </Frame> |
||
16 | |||
17 | <Frame name="smmTimerMover" inherits="smmMoverTemplate"> |
||
18 | <Size><AbsDimension x="160" y="72"/></Size> |
||
19 | <Anchors><Anchor point="CENTER" relativeTo="QuestTimerFrame"/></Anchors> |
||
20 | </Frame> |
||
21 | |||
22 | <Frame name="smmCaptureMover" inherits="smmMoverTemplate"> |
||
23 | <Size><AbsDimension x="178" y="30"/></Size> |
||
24 | <Anchors> |
||
25 | <Anchor point="TOPRIGHT" relativeTo="MinimapCluster" relativePoint="BOTTOMRIGHT"> |
||
26 | <Offset> |
||
27 | <AbsDimension x="0" y="13"/> |
||
28 | </Offset> |
||
29 | </Anchor> |
||
30 | </Anchors> |
||
31 | </Frame> |
||
32 | |||
33 | </Ui> |