diff ObjectiveTracker/Widgets.lua @ 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 69d03f8e293e
children 1f8f9cc3d956
line wrap: on
line diff
--- a/ObjectiveTracker/Widgets.lua	Sun Apr 17 13:00:31 2016 -0400
+++ b/ObjectiveTracker/Widgets.lua	Mon Apr 18 07:56:23 2016 -0400
@@ -392,7 +392,7 @@
 
 }
 
-local progressHeight = 8
+local progressHeight = 17
 local progressBorder = 1
 local progressFont = _G.VeneerCriteriaFontNormal
 
@@ -412,7 +412,7 @@
   self.fg:SetPoint('BOTTOMLEFT', self, 'BOTTOMLEFT', progressBorder, progressBorder)
   self.fg:SetHeight(progressHeight - progressBorder *  2)
 
-  self.status:SetFontObject(progressFont)
+  --self.status:SetFontObject(progressFont)
   self.status:SetText(self.objective.quantityString)
 end