increase height of event dialog

This commit is contained in:
Georg Ehrke 2012-06-09 15:38:03 +02:00
parent 009fbd89b4
commit ff4b175622
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ Calendar={
$( "#event" ).tabs({ selected: 0}); $( "#event" ).tabs({ selected: 0});
$('#event').dialog({ $('#event').dialog({
width : 500, width : 500,
height: 600,
close : function(event, ui) { close : function(event, ui) {
$(this).dialog('destroy').remove(); $(this).dialog('destroy').remove();
} }