small adjustment

This commit is contained in:
Manuel Simon Hirsig
2016-08-09 05:06:55 +02:00
parent d1d55603f0
commit 0cc09e3d71
+2 -2
View File
@@ -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()