tiny change

This commit is contained in:
Manuel Simon Hirsig
2016-07-26 03:38:02 +02:00
parent 2aae68702e
commit 552ca3f596
+1 -1
View File
@@ -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()