diff ObjectiveTracker/ObjectiveTracker.xml @ 44:756e8aeb040b

- Default.lua - simplified the response to SuperTrackedQuestID changes - tag icons work again
author Nenue
date Mon, 25 Apr 2016 19:37:13 -0400
parents 9480bd904f4c
children dd1ae565f559
line wrap: on
line diff
--- a/ObjectiveTracker/ObjectiveTracker.xml	Mon Apr 25 13:51:58 2016 -0400
+++ b/ObjectiveTracker/ObjectiveTracker.xml	Mon Apr 25 19:37:13 2016 -0400
@@ -41,14 +41,7 @@
     </Animations>
   </Frame>
 
-  <Frame name="VeneerObjectiveWrapper"  parent="UIParent" movable="true" enableMouse="true" frameStrata="LOW">
-    <TitleRegion>
-      <Size x="300" y="30" />
-      <Anchors>
-        <Anchor point="TOP" />
-        <Anchor point="BOTTOM" relativePoint="TOP" x="0" y="-30" />
-      </Anchors>
-    </TitleRegion>
+  <Frame name="VeneerObjectiveWrapper"  parent="UIParent" movable="true" enableMouse="true" frameStrata="LOW" clampedToScreen="true">
     <Scripts>
       <OnLoad>
         self.toggle = true
@@ -468,7 +461,7 @@
             <Anchor point="RIGHT" relativeKey="$parent" />
           </Anchors>
         </FontString>
-        <FontString name="$parentStatus" parentKey="status" inherits="VeneerCriteriaFontNormal" justifyH="LEFT" justifyV="TOP" wordwrap="true">
+        <FontString name="$parentStatus" parentKey="status" inherits="VeneerCriteriaFontNormal" justifyH="LEFT" justifyV="TOP" wordwrap="true" >
           <Anchors>
             <Anchor point="TOP" relativeKey="$parent.statusbg" />
             <Anchor point="LEFT"  relativeKey="$parent" />
@@ -576,7 +569,7 @@
             <FontString name="$parentStatus" parentKey="status" inherits="VeneerNumberFont" justifyH="RIGHT" justifyV="TOP">
               <Color r="1" g="1" b="1" a="1" />
               <Anchors>
-                <Anchor point="TOPRIGHT" />
+                <Anchor point="RIGHT" />
               </Anchors>
             </FontString>
           </Layer>
@@ -683,8 +676,8 @@
   <Script file="Layout.lua" />
   <Script file="Block.lua" />
   <Script file="RewardFrame.lua" />
-  <Script file="Update.lua" />
-  <Script file="Events.lua" />
+  <Script file="Default.lua" />
+  <Script file="APIHooks.lua" />
   <Script file="Widgets.lua" />
   <!-- <Script file="ObjectiveStyle.lua" /> -->
   <!-- <Script file="ObjectiveInfo.lua" /> -->