more updates.

This commit is contained in:
Tercio
2015-06-05 17:45:28 -03:00
parent 56e1fad957
commit 0d7dc20746
6 changed files with 218 additions and 160 deletions
+1 -1
View File
@@ -1355,7 +1355,7 @@ function DetailsCreateCoolTip()
elseif (CoolTip.OptionsTable.IgnoreButtonAutoHeight) then
frame1:SetHeight ( (temp+spacing) * -1)
else
frame1:SetHeight ( _math_max ( (frame1.hHeight * CoolTip.Indexes) + 12, 22 ))
frame1:SetHeight ( _math_max ( (frame1.hHeight * CoolTip.Indexes) + 12 + (spacing*-1), 22 ))
end
end