annotate Modules/PaperDoll.xml @ 133:86621c60512b v7.3.2-20171222

- Fixed AP calc tooltip appearing while hidden - Fixed PaperDoll relic tooltips missing nether crucible info
author Nenue
date Fri, 22 Dec 2017 20:36:40 -0500
parents ddfe19d70a34
children
rev   line source
Nenue@115 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@115 2 ..\FrameXML\UI.xsd">
Nenue@115 3 <Script file="PaperDoll.lua" />
Nenue@115 4 <Frame name="VeneerPaperDoll" mixin="VeneerPaperDollMixin" inherits="VeneerHandlerTemplate">
Nenue@115 5 <Size x="570" y="155"/>
Nenue@115 6 <Frames>
Nenue@115 7 <GameTooltip inherits="GameTooltipTemplate" name="$parentTooltip" />
Nenue@115 8 </Frames>
Nenue@115 9 </Frame>
Nenue@115 10
Nenue@115 11 <Frame name="VeneerPaperDollSlotInfoTemplate" virtual="true" mixin="VeneerPaperDollSlotMixin">
Nenue@115 12 <Layers>
Nenue@115 13 <!--
Nenue@115 14 <Layer level="BACKGROUND">
Nenue@115 15 <Texture setAllPoints="true">
Nenue@115 16 <Color a="0.5" r="1" g="0" b="0" />
Nenue@115 17 </Texture>
Nenue@115 18 </Layer>
Nenue@115 19 -->
Nenue@115 20 <Layer level="OVERLAY">
Nenue@115 21 <FontString name="$parentNumeralLine" inherits="VeneerNumberFont" parentKey="ItemLevel" parentArray="StatsLeft" />
Nenue@115 22
Nenue@115 23 </Layer>
Nenue@115 24 </Layers>
Nenue@115 25 <Frames>
Nenue@115 26 <Frame name="$parentSocketsLine" parentArray="StatsLeft" parentKey="Sockets">
Nenue@115 27 <Size y="16" x="68" />
Nenue@115 28 <Layers>
Nenue@115 29 <!--
Nenue@115 30 <Layer level="BACKGROUND">
Nenue@115 31 <Texture setAllPoints="true">
Nenue@115 32 <Color a="0.5" r="0" g="1" b="0" />
Nenue@115 33 </Texture>
Nenue@115 34 </Layer>
Nenue@115 35 -->
Nenue@116 36 <Layer level="ARTWORK">
Nenue@115 37 <Texture name="$parentSocketIcon1" parentArray="SocketIcon" />
Nenue@115 38 <Texture name="$parentSocketIcon2" parentArray="SocketIcon" />
Nenue@115 39 <Texture name="$parentSocketIcon3" parentArray="SocketIcon" />
Nenue@115 40 <FontString name="$parentSocketLabel1" parentArray="SocketLabel" />
Nenue@115 41 <FontString name="$parentSocketLabel2" parentArray="SocketLabel" />
Nenue@115 42 <FontString name="$parentSocketLabel3" parentArray="SocketLabel" />
Nenue@115 43 </Layer>
Nenue@115 44 </Layers>
Nenue@115 45 </Frame>
Nenue@115 46 </Frames>
Nenue@115 47 <Scripts>
Nenue@115 48 <OnLoad method="OnLoad" />
Nenue@115 49 <OnShow method="OnShow" />
Nenue@115 50 <OnUpdate method="OnUpdate" />
Nenue@133 51 <OnHide method="OnHide" />
Nenue@115 52 </Scripts>
Nenue@115 53 </Frame>
Nenue@115 54
Nenue@115 55 </Ui>