From ab515dc806ace5fc4ef05c52f8458062651a6e20 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 20 Apr 2010 03:46:59 -0400 Subject: [PATCH] Lengthened the SearchBox and moved it higher up on the panel. --- Frame.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.9.5