Quantcast

Minor height adjustment

Adrian L Lange [04-27-13 - 19:22]
Minor height adjustment
Filename
HabeebIt.lua
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()