diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-06-09 15:38:03 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-06-09 15:38:03 +0200 |
commit | 28627406740e3b9e2aa51006f344d9f0e79b3f93 (patch) | |
tree | 9b9d478f4736cd7397430cbfda95a288cff79bed /apps | |
parent | 531132d64f7eab2e5f175164b0b0c6d322145d10 (diff) | |
download | nextcloud-server-28627406740e3b9e2aa51006f344d9f0e79b3f93.tar.gz nextcloud-server-28627406740e3b9e2aa51006f344d9f0e79b3f93.zip |
increase height of event dialog
Diffstat (limited to 'apps')
-rw-r--r-- | apps/calendar/js/calendar.js | 1 |
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(); } |