From 7f839c2541afa2d4c8b5586131ce8e2a5ea48735 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 14 Oct 2011 08:34:49 -0700 Subject: [PATCH] [#6636] Add some height control to the report lightbox --- assets/javascripts/contracts.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/javascripts/contracts.js b/assets/javascripts/contracts.js index 181267b..901b56a 100644 --- a/assets/javascripts/contracts.js +++ b/assets/javascripts/contracts.js @@ -203,6 +203,8 @@ jQuery(function($) { title: "", minWidth: 400, width: 850, + minHeight: 400, + height: 500, buttons: { "Close": function() { $(this).dialog("close");