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/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/FrameXML/UI.xsd">
4  
5 <Frame name="AceTimerAnchor" frameStrata="HIGH" hidden="true" toplevel="true" enableMouse="true" movable="true" parent="UIParent">
6 <Size>
7 <AbsDimension x="175" y="55"/>
8 </Size>
9 <Anchors>
10 <Anchor point="TOP" relativeTo="UIErrorsFrame" relativePoint="BOTTOM">
11 <Offset>
12 <AbsDimension x="0" y="0"/>
13 </Offset>
14 </Anchor>
15 </Anchors>
16 <TitleRegion setAllPoints="true"/>
17 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
18 <EdgeSize>
19 <AbsValue val="16"/>
20 </EdgeSize>
21 <TileSize>
22 <AbsValue val="16"/>
23 </TileSize>
24 <BackgroundInsets>
25 <AbsInset left="5" right="5" top="5" bottom="5"/>
26 </BackgroundInsets>
27 </Backdrop>
28 <Layers>
29 <Layer level="BACKGROUND">
30 <FontString name="$parentText" inherits="GameFontNormal" text="AceTimer">
31 <Anchors>
32 <Anchor point="TOP">
33 <Offset>
34 <AbsDimension x="0" y="-8"/>
35 </Offset>
36 </Anchor>
37 </Anchors>
38 </FontString>
39 </Layer>
40 </Layers>
41 <Frames>
42 <Button name="$parentTest" inherits="OptionsButtonTemplate" text="Test">
43 <Size>
44 <AbsDimension x="40" y="25"/>
45 </Size>
46 <Anchors>
47 <Anchor point="BOTTOMLEFT">
48 <Offset>
49 <AbsDimension x="5" y="5"/>
50 </Offset>
51 </Anchor>
52 </Anchors>
53 </Button>
54 <Button name="$parentHide" inherits="OptionsButtonTemplate" text="Hide">
55 <Size>
56 <AbsDimension x="40" y="25"/>
57 </Size>
58 <Anchors>
59 <Anchor point="BOTTOMRIGHT">
60 <Offset>
61 <AbsDimension x="-5" y="5"/>
62 </Offset>
63 </Anchor>
64 </Anchors>
65 </Button>
66 <Slider name="$parentScale" inherits="OptionsSliderTemplate" minValue="0.50" maxValue="1.50" defaultValue="0.80" valueStep="0.01">
67 <Anchors>
68 <Anchor point="TOPLEFT" relativeTo= "$parentTest" relativePoint="TOPRIGHT">
69 <Offset>
70 <AbsDimension x="5" y="-5" />
71 </Offset>
72 </Anchor>
73 <Anchor point="BOTTOMRIGHT" relativeTo= "$parentHide" relativePoint="BOTTOMLEFT">
74 <Offset>
75 <AbsDimension x="-5" y="5" />
76 </Offset>
77 </Anchor>
78 </Anchors>
79 </Slider>
80 </Frames>
81 </Frame>
82 <GameTooltip name="AceTimerTooltip" inherits="GameTooltipTemplate" hidden="true">
83 <Scripts>
84 <OnLoad>
85 this:SetOwner(UIParent, "ANCHOR_NONE")
86 </OnLoad>
87 </Scripts>
88 </GameTooltip>
89 </Ui>
90