summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-06-09 15:38:03 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-06-09 15:38:03 +0200
commit28627406740e3b9e2aa51006f344d9f0e79b3f93 (patch)
tree9b9d478f4736cd7397430cbfda95a288cff79bed /apps
parent531132d64f7eab2e5f175164b0b0c6d322145d10 (diff)
downloadnextcloud-server-28627406740e3b9e2aa51006f344d9f0e79b3f93.tar.gz
nextcloud-server-28627406740e3b9e2aa51006f344d9f0e79b3f93.zip
increase height of event dialog
Diffstat (limited to 'apps')
-rw-r--r--apps/calendar/js/calendar.js1
1 files changed, 1 insertions, 0 deletions
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();
}