diff ObjectiveTracker/Widgets.xml @ 37:e84d645c8ab8

- revised the tracker update function to build its complete data list up front and use the values as points of comparison for determining possible out of place blocks, which will be iterated over afterward to remove what wasn't re-used - also entailed revising the exact role of global event handlers and function hooks, limiting their directions of communication so one doesn't end up calling the other multiple or inifinity times - schema handling polish
author Nenue
date Mon, 18 Apr 2016 07:56:23 -0400
parents 9856ebc63fa4
children 1f8f9cc3d956
line wrap: on
line diff
--- a/ObjectiveTracker/Widgets.xml	Sun Apr 17 13:00:31 2016 -0400
+++ b/ObjectiveTracker/Widgets.xml	Mon Apr 18 07:56:23 2016 -0400
@@ -41,9 +41,9 @@
         </Texture>
       </Layer>
       <Layer level="OVERLAY">
-        <FontString name="$parentStatus" parentKey="status" inherits="VeneerCriteriaFont">
+        <FontString name="$parentStatus" parentKey="status" inherits="VeneerNumberFontSmall">
           <Anchors>
-            <Anchor point="TOPLEFT" />
+            <Anchor point="CENTER" />
           </Anchors>
         </FontString>
       </Layer>