From f108aa14c2baded6d3a93bd37e4eef53e60d0389 Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Thu, 9 Feb 2017 15:41:51 +0100 Subject: [PATCH] small refactoring --- tabs/post/frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabs/post/frame.lua b/tabs/post/frame.lua index 93e64b2..45a598a 100644 --- a/tabs/post/frame.lua +++ b/tabs/post/frame.lua @@ -193,7 +193,7 @@ do end do local dropdown = gui.dropdown(frame.parameters) - dropdown:SetPoint('TOPLEFT', stack_count_slider, 'BOTTOMLEFT', 0, -21) + dropdown:SetPoint('TOPLEFT', stack_count_slider, 'BOTTOMLEFT', 0, -22) dropdown:SetWidth(90) local label = gui.label(dropdown, gui.font_size.small) label:SetPoint('BOTTOMLEFT', dropdown, 'TOPLEFT', -2, -3)