Quantcast

Fixed the width of the progress bar in the expanded panel.

James D. Callahan III [06-18-10 - 03:46]
Fixed the width of the progress bar in the expanded panel.
Filename
Frame.lua
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