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/">
2 <!--
3 $Id: CleanMinimap.xml 50 2005-07-04 12:18:22Z joev $
4 -->
5 <Script file="localization.lua" />
6 <Script file="CleanMinimap.lua" />
7 <Frame name="CleanMinimap">
8 <Scripts>
9 <OnLoad>
10 CleanMinimap_OnLoad()
11 </OnLoad>
12 <OnEvent>
13 CleanMinimap_OnEvent()
14 </OnEvent>
15 </Scripts>
16 <Frames>
17 <Frame name="WestPointer" parent="Minimap" frameStrata="LOW" toplevel="false" hidden="true">
18 <Size>
19 <AbsDimension x="10" y="10"/>
20 </Size>
21 <Anchors>
22 <Anchor point="TOP" relativeTo="MinimapCluster" relativePoint="CENTER">
23 <Offset>
24 <AbsDimension x="10" y="10"/>
25 </Offset>
26 </Anchor>
27 </Anchors>
28 <Layers>
29 <Layer level="OVERLAY">
30 <FontString name="W" text="W" inherits="MasterFont" font="Fonts\FRIZQT__.TTF">
31 <FontHeight>
32 <AbsValue val="11"/>
33 </FontHeight>
34 <Color r="1.0" g="0.8" b="0.0"/>
35 <Anchors>
36 <Anchor point="CENTER">
37 <Offset>
38 <AbsDimension x="-70" y="0"/>
39 </Offset>
40 </Anchor>
41 </Anchors>
42 </FontString>
43 <FontString name="E" text="E" inherits="MasterFont" font="Fonts\FRIZQT__.TTF">
44 <FontHeight>
45 <AbsValue val="11"/>
46 </FontHeight>
47 <Color r="1.0" g="0.8" b="0.0"/>
48 <Anchors>
49 <Anchor point="CENTER">
50 <Offset>
51 <AbsDimension x="67" y="0"/>
52 </Offset>
53 </Anchor>
54 </Anchors>
55 </FontString>
56 <FontString name="S" text="S" inherits="MasterFont" font="Fonts\FRIZQT__.TTF">
57 <FontHeight>
58 <AbsValue val="11"/>
59 </FontHeight>
60 <Color r="1.0" g="0.8" b="0.0"/>
61 <Anchors>
62 <Anchor point="CENTER">
63 <Offset>
64 <AbsDimension x="0" y="-70"/>
65 </Offset>
66 </Anchor>
67 </Anchors>
68 </FontString>
69 </Layer>
70 </Layers>
71 </Frame>
72 </Frames>
73 </Frame>
74 <Frame name="MinimapZoom" frameStrata="LOW" enableMouse="false" parent="Minimap" Hidden="false">
75 <Size>
76 <AbsDimension x="128" y="128"/>
77 </Size>
78 <Anchors>
79 <Anchor point="CENTER" relativePoint="CENTER" relativeTo="Minimap">
80 <Offset>
81 <AbsDimension x="0" y="0"/>
82 </Offset>
83 </Anchor>
84 </Anchors>
85 <Scripts>
86 <OnMouseWheel>
87 CleanMinimap_OnMouseWheel(arg1);
88 </OnMouseWheel>
89 </Scripts>
90 </Frame>
91 </Ui>