increase height of event dialog
This commit is contained in:
parent
009fbd89b4
commit
ff4b175622
|
@ -49,6 +49,7 @@ Calendar={
|
|||
$( "#event" ).tabs({ selected: 0});
|
||||
$('#event').dialog({
|
||||
width : 500,
|
||||
height: 600,
|
||||
close : function(event, ui) {
|
||||
$(this).dialog('destroy').remove();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue