From d839b9d38205c6ae13c146ed6636b163b13b474e Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Wed, 20 Aug 2014 22:53:05 +0200 Subject: [PATCH] We have to account for the arrow's height too --- BonusRollPreview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BonusRollPreview.lua b/BonusRollPreview.lua index 5b0735e..e084e5e 100644 --- a/BonusRollPreview.lua +++ b/BonusRollPreview.lua @@ -92,7 +92,7 @@ local function HookStartRoll(self, frame) end local function PositionDownwards() - return (GetScreenHeight() - BonusRollFrame:GetTop()) < 330 + return (GetScreenHeight() - BonusRollFrame:GetTop()) < 345 end local collapsed -- 1.7.9.5