From e68ebfb361fda61ace6483e86e1dcb4ac50fbfc4 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Wed, 1 Dec 2010 20:19:52 +0000 Subject: [PATCH] BUg fix --- Modules/Bars/Bars.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Bars/Bars.lua b/Modules/Bars/Bars.lua index 1fd02c6..449cafb 100644 --- a/Modules/Bars/Bars.lua +++ b/Modules/Bars/Bars.lua @@ -68,7 +68,7 @@ else end ]], height = 6, - width = 6, + width = 0, points = {{"BOTTOM", "GameTooltip", "TOP", 0, 0}, {"LEFT", "GameTooltip", "LEFT", 5, 0}, {"RIGHT", "GameTooltip", "RIGHT", -5, 0}}, texture1 = LSM:GetDefault("statusbar"), enabled = true, @@ -88,7 +88,7 @@ return UnitMana(unit) return PowerColor(nil, unit) ]], height = 6, - width = 6, + width = 0, points = {{"TOP", "GameTooltip", "BOTTOM", 0, 0}, {"LEFT", "GameTooltip", "LEFT", 5, 0}, {"RIGHT", "GameTooltip", "RIGHT", -5, 0}}, texture1 = LSM:GetDefault("statusbar"), enabled = true, -- 1.7.9.5