Quantcast

Lengthened the SearchBox and moved it higher up on the panel.

James D. Callahan III [04-20-10 - 07:46]
Lengthened the SearchBox and moved it higher up on the panel.
Filename
Frame.lua
diff --git a/Frame.lua b/Frame.lua
index 1b24b0d..a2dfc4f 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -1567,9 +1567,9 @@ local SearchBox = CreateFrame("EditBox", nil, MainPanel, "InputBoxTemplate")
 SearchBox:EnableMouse(true)
 SearchBox:SetAutoFocus(false)
 SearchBox:SetFontObject(ChatFontSmall)
-SearchBox:SetWidth(110)
+SearchBox:SetWidth(130)
 SearchBox:SetHeight(12)
-SearchBox:SetPoint("LEFT", WidgetContainer, "LEFT", 0, 0)
+SearchBox:SetPoint("TOPLEFT", WidgetContainer, "TOPLEFT", 0, 0)
 SearchBox:Show()

 MainPanel.search_editbox = SearchBox