vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
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 <Frame name="CandyDiceAnchorFrame" frameStrata="HIGH" hidden="true" toplevel="true" enableMouse="true" movable="true" resizable="true" parent="UIParent">
3 <Size>
4 <AbsDimension x="175" y="25"/>
5 </Size>
6 <Anchors>
7 <Anchor point="TOP" relativeTo="UIParent" relativePoint="CENTER">
8 <Offset>
9 <AbsDimension x="0" y="0"/>
10 </Offset>
11 </Anchor>
12 </Anchors>
13 <TitleRegion setAllPoints="true"/>
14 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
15 <EdgeSize>
16 <AbsValue val="16"/>
17 </EdgeSize>
18 <TileSize>
19 <AbsValue val="16"/>
20 </TileSize>
21 <BackgroundInsets>
22 <AbsInset left="5" right="5" top="5" bottom="5"/>
23 </BackgroundInsets>
24 </Backdrop>
25 <Layers>
26 <Layer level="BACKGROUND">
27 <FontString name="$parentText" inherits="GameFontNormal" text="Effect Duration Timers">
28 <Anchors>
29 <Anchor point="TOP">
30 <Offset>
31 <AbsDimension x="0" y="-8"/>
32 </Offset>
33 </Anchor>
34 </Anchors>
35 </FontString>
36 </Layer>
37 </Layers>
38 </Frame>
39 <Frame name="CandyDiceCooldownAnchorFrame" frameStrata="HIGH" hidden="true" toplevel="true" enableMouse="true" movable="true" resizable="true" parent="UIParent">
40 <Size>
41 <AbsDimension x="175" y="25"/>
42 </Size>
43 <Anchors>
44 <Anchor point="TOP" relativeTo="UIParent" relativePoint="CENTER">
45 <Offset>
46 <AbsDimension x="0" y="0"/>
47 </Offset>
48 </Anchor>
49 </Anchors>
50 <TitleRegion setAllPoints="true"/>
51 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
52 <EdgeSize>
53 <AbsValue val="16"/>
54 </EdgeSize>
55 <TileSize>
56 <AbsValue val="16"/>
57 </TileSize>
58 <BackgroundInsets>
59 <AbsInset left="5" right="5" top="5" bottom="5"/>
60 </BackgroundInsets>
61 </Backdrop>
62 <Layers>
63 <Layer level="BACKGROUND">
64 <FontString name="$parentText" inherits="GameFontNormal" text="Cooldown Duration Timers">
65 <Anchors>
66 <Anchor point="TOP">
67 <Offset>
68 <AbsDimension x="0" y="-8"/>
69 </Offset>
70 </Anchor>
71 </Anchors>
72 </FontString>
73 </Layer>
74 </Layers>
75 </Frame>
76 </Ui>