Bug fixes
- Fixed an error showing SetBorderSizes(). - Fixed an error while on a Battleground. - Fixed tiny threat green icon.
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<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="DFFramesInclude.lua" />
|
||||
|
||||
<Frame name="DFNamePlateFullBorderTemplate" mixin="DFNamePlateBorderTemplateMixin" ignoreParentScale="true" setAllPoints="true" useParentLevel="true" virtual="true">
|
||||
<Layers>
|
||||
<Layer level="BACKGROUND" textureSubLevel="-8">
|
||||
<!-- Left -->
|
||||
<Texture parentKey="Left" parentArray="Textures">
|
||||
<Size x="1.0" />
|
||||
<Anchors>
|
||||
<Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="0" y="1.0" />
|
||||
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT" x="0" y="-1.0" />
|
||||
</Anchors>
|
||||
<Color r="1" g="1" b="1" a="1"/>
|
||||
</Texture>
|
||||
|
||||
<!-- Right -->
|
||||
<Texture parentKey="Right" parentArray="Textures">
|
||||
<Size x="1.0" />
|
||||
<Anchors>
|
||||
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" x="0" y="1.0" />
|
||||
<Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" x="0" y="-1.0" />
|
||||
</Anchors>
|
||||
<Color r="1" g="1" b="1" a="1"/>
|
||||
</Texture>
|
||||
|
||||
<!-- Bottom -->
|
||||
<Texture parentKey="Bottom" parentArray="Textures">
|
||||
<Size y="1.0" />
|
||||
<Anchors>
|
||||
<Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" />
|
||||
<Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" />
|
||||
</Anchors>
|
||||
<Color r="1" g="1" b="1" a="1"/>
|
||||
</Texture>
|
||||
|
||||
<!-- Top -->
|
||||
<Texture parentKey="Top" parentArray="Textures">
|
||||
<Size y="1.0" />
|
||||
<Anchors>
|
||||
<Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" />
|
||||
<Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" />
|
||||
</Anchors>
|
||||
<Color r="1" g="1" b="1" a="1"/>
|
||||
</Texture>
|
||||
</Layer>
|
||||
</Layers>
|
||||
</Frame>
|
||||
</Ui>
|
||||
Reference in New Issue
Block a user