[#6636] Add some height control to the report lightbox

This commit is contained in:
Eric Davis
2011-10-14 08:34:49 -07:00
parent 7b6f3835cd
commit 7f839c2541

View File

@@ -203,6 +203,8 @@ jQuery(function($) {
title: "",
minWidth: 400,
width: 850,
minHeight: 400,
height: 500,
buttons: {
"Close": function() {
$(this).dialog("close");