From 7ad108b9035536d5eb0c40ffc69d14a1481405fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tekkub=20=CA=95=20=C2=B4=E1=B4=A5=60=20=CA=94?= Date: Fri, 9 Sep 2016 02:12:25 -0600 Subject: [PATCH] Forgot to anchor the search field --- frames/SearchField.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/frames/SearchField.lua b/frames/SearchField.lua index a9d57c9..0d76371 100644 --- a/frames/SearchField.lua +++ b/frames/SearchField.lua @@ -4,6 +4,7 @@ local myname, ns = ... function ns.MakeSearchField(GVS, Refresh) local editbox = ns.NewTextInput(GVS) + editbox:SetPoint("BOTTOMLEFT", GVS, "TOPLEFT", 55, 9) editbox:SetScript("OnEditFocusGained", function(self) if not GVS.searchstring then