You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.4 KiB
44 lines
1.4 KiB
<!-- edited with XMLSpy v2007 (http://www.altova.com) by jon (n/a) -->
|
|
<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/">
|
|
<Frame name="Prat_PopupFrame" hidden="true" toplevel="true">
|
|
<Anchors>
|
|
<Anchor point="CENTER">
|
|
<Offset>
|
|
<AbsDimension y="84"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<ResizeBounds>
|
|
<minResize x="64" y="64" />
|
|
</ResizeBounds>
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString name="Prat_PopupFrameText" inherits="GameFontNormalLarge">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativePoint="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="10" y="10"/>
|
|
</Offset>
|
|
</Anchor>
|
|
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT">
|
|
<Offset>
|
|
<AbsDimension x="-10" y="-10"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Scripts>
|
|
<OnLoad inherit="prepend">
|
|
if Mixin and BackdropTemplateMixin then
|
|
Mixin(self,BackdropTemplateMixin)
|
|
end
|
|
self:SetBackdrop({
|
|
edgeFile="Interface\\Tooltips\\ChatBubble-Backdrop",
|
|
edgeSize=32
|
|
})
|
|
</OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui>
|
|
|