From 7d952bce9e00e5b5992bacce7c8dc3677996f20e Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 28 Mar 2010 06:54:28 -0400 Subject: [PATCH] Reduced the size of the text for the filter categories - "Miscellaneous" was writing outside the panel. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 4c7377e..ea25d83 100644 --- a/Frame.lua +++ b/Frame.lua @@ -1702,7 +1702,7 @@ do cButton:SetCheckedTexture(checkedTexture) -- Create the text object to go along with it - local cbText = cButton:CreateFontString("cbText", "OVERLAY", "GameFontHighlight") + local cbText = cButton:CreateFontString("cbText", "OVERLAY", "GameFontHighlightSmallRight") cbText:SetText(SetTextColor(BASIC_COLORS["yellow"], CATEGORY_TEXT[category])) cbText:SetPoint("LEFT", cButton, "RIGHT", 5, 0) cbText:SetHeight(14) -- 1.7.9.5