# HG changeset patch # User Nenue # Date 1465606347 14400 # Node ID dd9b5f59632caa354ea70a2024b944dc3558e793 # Parent ed74c5cabe987caa312924b0eedd332eb4c5aab0 Core - updated comment notes Objectives - force hide blocks when their tracker is hidden Clock - convert clock into its own module - display zone coordinates alongside time diff -r ed74c5cabe98 -r dd9b5f59632c ObjectiveTracker/Layout.lua --- a/ObjectiveTracker/Layout.lua Wed Jun 01 20:48:14 2016 -0400 +++ b/ObjectiveTracker/Layout.lua Fri Jun 10 20:52:27 2016 -0400 @@ -76,7 +76,7 @@ local widgetTextFont, widgetTextSize, widgetTextOutline = [[Interface\Addons\SharedMedia_MyMedia\font\XOIREQE.TTF]], 11, 'OUTLINE' local widgetTextColor = {1,1,1,1 } local widgetHeight, widgetBorder = 17, 1 - +local widgetWidth = 250 local selectionbg = {'HORIZONTAL', 1, 1, 1, 0, 1, 1, 1, 0.225} local titleSpacing, textSpacing, blockSpacing = 3, 3, 1 @@ -611,6 +611,7 @@ self:SetMinMaxValues(0, self.maxValue) self:SetHeight(widgetHeight) + self:SetWidth(widgetWidth) self.height = widgetHeight self.status:SetFont(widgetTextFont, widgetTextSize, widgetTextOutline) diff -r ed74c5cabe98 -r dd9b5f59632c ObjectiveTracker/Widgets.xml --- a/ObjectiveTracker/Widgets.xml Wed Jun 01 20:48:14 2016 -0400 +++ b/ObjectiveTracker/Widgets.xml Fri Jun 10 20:52:27 2016 -0400 @@ -2,7 +2,7 @@