From 552ca3f596ff9b076ad1c0f759b45c130f61b6fa Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Tue, 26 Jul 2016 03:38:02 +0200 Subject: [PATCH] tiny change --- tables/listing.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tables/listing.lua b/tables/listing.lua index 4e65c2e..c5f3538 100644 --- a/tables/listing.lua +++ b/tables/listing.lua @@ -227,7 +227,7 @@ local methods = { -- update the frame st.scrollBar:ClearAllPoints() st.scrollBar:SetPoint('BOTTOMRIGHT', st, -1, 1) - st.scrollBar:SetPoint('TOPRIGHT', st, -1, -st.sizes.headHeight - ST_HEAD_SPACE) + st.scrollBar:SetPoint('TOPRIGHT', st, -1, -st.sizes.headHeight - ST_HEAD_SPACE - 1) if st.sizes.headHeight > 0 then st.headLine:Show()