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">
2 <!--Autogenerated by wowuides, Version=1.0.300.0, Culture=neutral, PublicKeyToken=null-->
3 <Button name="MinimapButton" parent="Minimap" hidden="false">
4 <Size>
5 <AbsDimension x="33" y="33"/>
6 </Size>
7 <Anchors>
8 <Anchor point="TOPLEFT"/>
9 </Anchors>
10 <Layers>
11 <Layer level="BACKGROUND">
12 <Texture name="MinimapButton_Icon" file="Interface\AddOns\MangAdmin\Textures\TBlogob"> --Interface\Icons\ability_hunter_eagleeye
13 <Size>
14 <AbsDimension x="21" y="21"/>
15 </Size>
16 <Anchors>
17 <Anchor point="TOPLEFT">
18 <Offset>
19 <AbsDimension x="7" y="-6"/>
20 </Offset>
21 </Anchor>
22 </Anchors>
23 </Texture>
24 </Layer>
25 <Layer level="OVERLAY">
26 <Texture file="Interface\Minimap\MiniMap-TrackingBorder">
27 <Size>
28 <AbsDimension x="56" y="56"/>
29 </Size>
30 <Anchors>
31 <Anchor point="TOPLEFT"/>
32 </Anchors>
33 </Texture>
34 </Layer>
35 </Layers>
36 <HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/>
37 <Scripts>
38 <OnLoad>
39 this:RegisterForClicks("LeftButtonUp","RightButtonUp")
40 </OnLoad>
41 <OnClick>
42 MangAdminForm:Show();
43 </OnClick>
44 <OnEnter>
45 MiniMenu("Map");
46 </OnEnter>
47 <OnLeave>
48 GameTooltip:Hide();
49 </OnLeave>
50 </Scripts>
51 </Button>
52 </Ui>