From: Georg Ehrke Date: Sat, 9 Jun 2012 13:38:03 +0000 (+0200) Subject: increase height of event dialog X-Git-Tag: v4.5.0beta1~74^2~422^2~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=28627406740e3b9e2aa51006f344d9f0e79b3f93;p=nextcloud-server.git increase height of event dialog --- diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js index f869fcf2ad2..7ae4a3a6eb1 100644 --- a/apps/calendar/js/calendar.js +++ b/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(); }