]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase height of event dialog
authorGeorg Ehrke <dev@georgswebsite.de>
Sat, 9 Jun 2012 13:38:03 +0000 (15:38 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Sat, 9 Jun 2012 13:38:03 +0000 (15:38 +0200)
apps/calendar/js/calendar.js

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