From 630115c4363cbeb011512368b142cfbe438ba77e Mon Sep 17 00:00:00 2001 From: ckaotik Date: Mon, 29 Nov 2010 10:55:49 +0100 Subject: [PATCH] Slightly widened the right column of the statistics frame --- options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.9.5