From 015ef3e88dfabbe68c145d654af25fa71a872caf Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Thu, 17 Jun 2010 23:46:45 -0400 Subject: [PATCH] Fixed the width of the progress bar in the expanded panel. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 5166bd9..277bbe4 100644 --- a/Frame.lua +++ b/Frame.lua @@ -1376,7 +1376,7 @@ function MainPanel:ToggleState() self.xclose_button:ClearAllPoints() self.xclose_button:SetPoint("TOPRIGHT", self, "TOPRIGHT", -84, -8) - self.progress_bar:SetWidth(203) + self.progress_bar:SetWidth(201) self.close_button:SetWidth(97) end self.is_expanded = not self.is_expanded -- 1.7.9.5