diff --git a/tabs/search/frames.lua b/tabs/search/frames.lua index 2347ab9..54a542c 100644 --- a/tabs/search/frames.lua +++ b/tabs/search/frames.lua @@ -488,7 +488,7 @@ function private.create_frames() aux.gui.vertical_line(m.frame.filter, 332) do local dropdown = aux.gui.dropdown(m.frame.filter) - dropdown:SetPoint('TOPRIGHT', -177, -10) + dropdown:SetPoint('TOPRIGHT', -174.5, -10) dropdown:SetWidth(150) UIDropDownMenu_Initialize(dropdown, m.initialize_filter_dropdown) dropdown:SetScript('OnShow', function() @@ -530,7 +530,7 @@ function private.create_frames() local scroll_frame = CreateFrame('ScrollFrame', nil, m.frame.filter) scroll_frame:SetWidth(395) scroll_frame:SetHeight(270) - scroll_frame:SetPoint('TOPLEFT', 348, -50) + scroll_frame:SetPoint('TOPLEFT', 348.5, -50) scroll_frame:EnableMouse(true) scroll_frame:EnableMouseWheel(true) scroll_frame:SetScript('OnMouseWheel', function()