Need help with CTRA_Bossmods
Posted: Mon Sep 28, 2015 9:19 am
Anyone know how to change anchor/positions of raidwarnings in ctra_bossmods or _raidassist?
<MessageFrame name="CT_RA_WarningFrame" insertMode="BOTTOM" parent="UIParent" frameStrata="HIGH" toplevel="true">
<Size>
<AbsDimension x="728" y="200"/>
</Size>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
<FontString inherits="ErrorFont" justifyH="CENTER"/>
</MessageFrame>
<MessageFrame name="CT_RA_WarningFrame" insertMode="BOTTOM" parent="UIParent" frameStrata="HIGH" toplevel="true">
<Size>
<AbsDimension x="728" y="200"/>
</Size>
<Anchors>
<Anchor point="CENTER">
<Offset>
<AbsDimension x="0" y="200"/>
</Offset>
</Anchor>
</Anchors>
<FontString inherits="ErrorFont" justifyH="CENTER"/>
</MessageFrame>