1
0
Fork 0
TexasHoldem/TableBrowser.xml

56 lines
2.0 KiB
XML

<?xml-model href="UI.xsd" ?>
<Ui xmlns="http://www.blizzard.com/wow/ui/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
<Frame name="Poker_TableBrowser" parent="UIParent" hidden="true">
<Anchors>
<Anchor point="LEFT" relativePoint="CENTER">
<Offset>
<AbsDimension x="200" y="0"/>
</Offset>
</Anchor>
</Anchors>
<Size>
<AbsDimension x="384" y="350"/>
</Size>
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_DARK_DIALOG_32_32" type="global"/>
<KeyValue key="backdropColor" value="BLACK" type="global"/>
<KeyValue key="backdropBorderColor" value="WHITE" type="global"/>
</KeyValues>
<Layers>
<Layer level="BACKGROUND">
<Texture name="$backdropColor">
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPLEFT" x="13" y="-35"/>
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" x="-3" y="5"/>
</Anchors>
<Color r="0" g="0" b="0" a="1"/>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture name="$parentTitle" file="Interface\DialogFrame\UI-DialogBox-Header">
<Size>
<AbsDimension x="375" y="64"/>
</Size>
<Anchors>
<Anchor point="TOP">
<Offset>
<AbsDimension x="0" y="12"/>
</Offset>
</Anchor>
</Anchors>
</Texture>
<FontString inherits="GameFontNormal" text="POKER_BROWSER_TITLE">
<Anchors>
<Anchor point="TOP" relativeTo="$parentTitle">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
</Frame>
</Ui>