increase height of event dialog

remotes/origin/stable45
Georg Ehrke 13 years ago
parent 531132d64f
commit 2862740674
  1. 1
      apps/calendar/js/calendar.js

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

Loading…
Cancel
Save