From fe2167a41b933482536837d91f1ed8cd82b00788 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 27 Apr 2013 21:22:58 +0200 Subject: [PATCH] Minor height adjustment --- HabeebIt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HabeebIt.lua b/HabeebIt.lua index b421fc9..9d823c8 100644 --- a/HabeebIt.lua +++ b/HabeebIt.lua @@ -114,7 +114,7 @@ local function PopulateList() end end - Frame:SetHeight(math.max(76, 12 + (numItems * 48))) + Frame:SetHeight(math.max(76, 8 + (numItems * 48))) if(numItems > 0) then Frame.Empty:Hide() -- 1.7.9.5