vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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">

        <Frame name="smmCoordsFrame" parent="Minimap" frameStrata="HIGH" alphaMode="ADD">
                <Size><AbsDimension x="10" y="32"/></Size>
                <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
                        <EdgeSize><AbsValue val="16"/></EdgeSize>
                        <TileSize><AbsValue val="16"/></TileSize>
                        <BackgroundInsets><AbsInset left="5" right="5" top="5" bottom="5"/></BackgroundInsets>
                </Backdrop>
                <Layers>
                        <Layer level="ARTWORK">
                                <FontString name="$parentText" inherits="GameFontNormalSmall">
                                        <Anchors><Anchor point="CENTER"/></Anchors>
                                </FontString>
                        </Layer>
                </Layers>
        </Frame>

</Ui>