From 2d33294e11cd10b3eb3adb1689938638d3dbbda0 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 20 Jun 2010 00:03:18 -0400 Subject: [PATCH] Changed the progress bar texture and tweaked the color again. --- Frame.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frame.lua b/Frame.lua index 4233601..c5e64c5 100644 --- a/Frame.lua +++ b/Frame.lua @@ -3057,9 +3057,9 @@ do tileSize = 16, }) - progress_bar:SetStatusBarTexture([[Interface\CharacterFrame\BarFill]]) + progress_bar:SetStatusBarTexture([[Interface\TARGETINGFRAME\UI-StatusBar]]) progress_bar:SetOrientation("HORIZONTAL") - progress_bar:SetStatusBarColor(0.47, 0.90, 1.0) + progress_bar:SetStatusBarColor(0.37, 0.45, 1.0) local border = progress_bar:CreateTexture(nil, "OVERLAY") border:SetWidth(288) -- 1.7.9.5