22 lines
799 B
XML
22 lines
799 B
XML
<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">
|
|
<Script file="UIErrorsFrame.lua"/>
|
|
<MessageFrame name="UIErrorsFrame" displayDuration="5" insertMode="TOP" parent="UIParent" frameStrata="HIGH" toplevel="true">
|
|
<Size>
|
|
<AbsDimension x="512" y="60"/>
|
|
</Size>
|
|
<Anchors>
|
|
<Anchor point="TOP">
|
|
<Offset>
|
|
<AbsDimension x="0" y="-122"/> <!--If you change this, make sure to change the dynamic positioning in BarberShopUI.xml -->
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad function="UIErrorsFrame_OnLoad"/>
|
|
<OnEvent function="UIErrorsFrame_OnEvent"/>
|
|
</Scripts>
|
|
<FontString inherits="ErrorFont" justifyH="CENTER"/>
|
|
</MessageFrame>
|
|
</Ui>
|