Quantcast

Reduced the size of the text for the filter categories - "Miscellaneous" was writing outside the panel.

James D. Callahan III [03-28-10 - 10:54]
Reduced the size of the text for the filter categories - "Miscellaneous" was writing outside the panel.
Filename
Frame.lua
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)