From bcf550762cc2d68a96e385a933980e54128410e8 Mon Sep 17 00:00:00 2001 From: Taracque Date: Thu, 30 Aug 2012 10:59:57 +0200 Subject: [PATCH] Fixed Cooldown frame size. --- Ele_GUI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ele_GUI.lua b/Ele_GUI.lua index 1c1f784..74652b9 100755 --- a/Ele_GUI.lua +++ b/Ele_GUI.lua @@ -538,7 +538,7 @@ function Elementarist:CreateGUI() Elementarist:OnUpdate(elapsed) end) - local cooldownFrame = CreateFrame("Cooldown","$parent_cooldown", ElementaristDisplayFrame_current, "CooldownFrameTemplate") + local cooldownFrame = CreateFrame("Cooldown","$parent_cooldown", displayFrame_next, "CooldownFrameTemplate") cooldownFrame:SetHeight(60) cooldownFrame:SetWidth(60) cooldownFrame:ClearAllPoints() -- 1.7.9.5