annotate Modules/LFGFrame.xml @ 135:4979b5cca6de

- Fixed lua error from newly obtained artifacts
author Nenue
date Thu, 25 Jan 2018 20:58:10 -0500
parents
children
rev   line source
Nenue@135 1 <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/
Nenue@135 2 ..\FrameXML\UI.xsd">
Nenue@135 3
Nenue@135 4 <Script file="LFGFrame.lua" />
Nenue@135 5
Nenue@135 6 <Frame name="$parentRosterKun" mixin="VeneerRosterKunMixin" parent="Veneer" inherits="VeneerHandlerTemplate">
Nenue@135 7
Nenue@135 8 <Size x="200"/>
Nenue@135 9 <Layers>
Nenue@135 10 <Layer level="BACKGROUND">
Nenue@135 11 <Texture setAllPoints="true">
Nenue@135 12 <Color a="0.5" r="0" g="0" b="0" />
Nenue@135 13 </Texture>
Nenue@135 14 </Layer>
Nenue@135 15 </Layers>
Nenue@135 16
Nenue@135 17
Nenue@135 18 </Frame>
Nenue@135 19
Nenue@135 20 <Button name="VeneerRosterKunBlock" parent="VeneerRosterKun" parentArray="blocks" virtual="true">
Nenue@135 21 <Size x="200" y="36" />
Nenue@135 22 <Layers>
Nenue@135 23 <Layer level="BACKGROUND">
Nenue@135 24 <Texture parentKey="Icon">
Nenue@135 25 <Anchors>
Nenue@135 26 <Anchor point="TOPLEFT" />
Nenue@135 27
Nenue@135 28 </Anchors>
Nenue@135 29 <Size x="36" y="36" />
Nenue@135 30 </Texture>
Nenue@135 31 </Layer>
Nenue@135 32 <Layer level="OVERLAY">
Nenue@135 33 <FontString inherits="GameFontNormal" parentKey="Label">
Nenue@135 34 <Anchors>
Nenue@135 35 <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="4" y="0" />
Nenue@135 36 </Anchors>
Nenue@135 37 </FontString>
Nenue@135 38 </Layer>
Nenue@135 39 </Layers>
Nenue@135 40 <HighlightTexture>
Nenue@135 41 <Color a="0.2" r="0" g="0" b="1" />
Nenue@135 42 </HighlightTexture>
Nenue@135 43 </Button>
Nenue@135 44
Nenue@135 45
Nenue@135 46 </Ui>