Quantcast

Removed the custom progress bar texture in favor of a default texture, and lightened the color substantially.

James D. Callahan III [06-20-10 - 03:20]
Removed the custom progress bar texture in favor of a default texture, and lightened the color substantially.
Filename
Frame.lua
img/progressbar.blp
diff --git a/Frame.lua b/Frame.lua
index 493ffac..4233601 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -3057,9 +3057,9 @@ do
 					 tileSize = 16,
 				 })

-	progress_bar:SetStatusBarTexture("Interface\\Addons\\AckisRecipeList\\img\\progressbar")
+	progress_bar:SetStatusBarTexture([[Interface\CharacterFrame\BarFill]])
 	progress_bar:SetOrientation("HORIZONTAL")
-	progress_bar:SetStatusBarColor(0.25, 0.25, 0.75)
+	progress_bar:SetStatusBarColor(0.47, 0.90, 1.0)

 	local border = progress_bar:CreateTexture(nil, "OVERLAY")
 	border:SetWidth(288)
diff --git a/img/progressbar.blp b/img/progressbar.blp
deleted file mode 100644
index 3a36a03..0000000
Binary files a/img/progressbar.blp and /dev/null differ