Quantcast

Fix experience bar width

Adrian L Lange [08-15-09 - 02:11]
Fix experience bar width
Filename
oUF_P3lim.lua
diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua
index 5568691..13360d8 100644
--- a/oUF_P3lim.lua
+++ b/oUF_P3lim.lua
@@ -255,7 +255,7 @@ local function styleFunction(self, unit)
 			self.Experience:SetStatusBarTexture(texture)
 			self.Experience:SetStatusBarColor(unpack(colors.health))
 			self.Experience:SetHeight(11)
-			self.Experience:SetWidth(self:GetAttribute('initial-width'))
+			self.Experience:SetWidth(230)
 			self.Experience.Tooltip = true

 			self.Experience.Rested = CreateFrame('StatusBar', nil, self)