Quantcast

Slightly widened the right column of the statistics frame

ckaotik [11-29-10 - 09:55]
Slightly widened the right column of the statistics frame
Filename
options.lua
diff --git a/options.lua b/options.lua
index efa18e4..25f7aae 100644
--- a/options.lua
+++ b/options.lua
@@ -573,7 +573,7 @@ local function Options_Statistics(pluginID)

 		local textRight = panel:CreateFontString(nil, "ARTWORK", "GameFontHighlightSmall")
 		textRight:SetPoint("LEFT", textLeft, "RIGHT", 4, 0)
-		textRight:SetWidth(120)
+		textRight:SetWidth(150)
 		textRight:SetJustifyH("LEFT")
 		textRight:SetText(value)